vb.net - Encode string to UTF-8

前端 未结 2 454
栀梦
栀梦 2021-01-14 21:01

I\'ve made a class to encode a string

Public Class UTF8
    Public Shared Function encode(ByVal str As String)
        Dim utf8Encoding As New System.Text.UT         


        
2条回答
提交回复
热议问题