CharsetFactory: StringToUTF8

StringToUTF8

Convert the given VB Unicode String into a UTF-8 byte array

 Public Function StringToUTF8(
	  str As String ) As Byte ( )

Parameters

str
[ByRef] String. VB string

Return Values

Byte() -  a byte array containing the corresponding string encoded as UTF-8

Remarks

See Also

Project marc8 Overview Class CharsetFactory Overview CharsetFactory Properties CharsetFactory Methods MARCCHARSET UTF8ToString