MessagePackObjectAsStringUtf16 Method |
Get underlying value as UTF-16 string.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public string AsStringUtf16()
Public Function AsStringUtf16 As String
public:
String^ AsStringUtf16()
member AsStringUtf16 : unit -> string
Return Value
Type:
StringUnderlying string.
Remarks
This method detects BOM. If BOM is not exist, them bytes should be Big-Endian UTF-16.
See Also