Listing A Dim strText As String = "This is an original string" Dim encText As New System.Text.UTF8Encoding() Dim btText() As Byte btText = encText.GetBytes(strText) MessageBox.Show("The total number of encoded bytes is: " & btText.Length.ToString())
更多最新文章?
用户评论