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