CharsetFactory: UTF8ToString

UTF8ToString

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

 Public Function UTF8ToString(
	  src ( ) As Byte ) As String

Parameters

src
[ByRef] Byte. () byte array containing the UTF-8 encoded string, the byte array must be zero based

Return Values

String -  a string containing

Remarks

See Also

Project marc8 Overview Class CharsetFactory Overview CharsetFactory Properties CharsetFactory Methods StringToUTF8 UTF8ToStringWEntities