BlueLibs documentation

BTUtils.ByteArrayToStringUTF16 Method 

Converts byte array to string using UTF 16 encoding

[Visual Basic]
Public Shared Function ByteArrayToStringUTF16( _
   ByVal dBytes As Byte() _
) As String
[C#]
public static string ByteArrayToStringUTF16(
   byte[] dBytes
);

Parameters

dBytes
bytes to convert

Return Value

string created

See Also

BTUtils Class | BlueLibs Namespace