Click or drag to resize
MessagePackObjectAsStringUtf16 Method
Get underlying value as UTF-16 string.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public string AsStringUtf16()

Return Value

Type: String
Underlying string.
Remarks
This method detects BOM. If BOM is not exist, them bytes should be Big-Endian UTF-16.
See Also