BTUtils.StrToByteArrayUTF16 Method
Converts string to byte array using UTF8 encoding
[Visual Basic]
Public Shared Function StrToByteArrayUTF16( _
ByVal
str As
String _
) As
Byte()
Parameters
-
str
- string to convert
Return Value
bytes of the string
See Also
BTUtils Class | BlueLibs Namespace