MessagePackObjectAsStringUtf8 Method |
Get underlying value as UTF8 string.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public string AsStringUtf8()
Public Function AsStringUtf8 As String
public:
String^ AsStringUtf8()
member AsStringUtf8 : unit -> string
Return Value
Type:
StringUnderlying raw binary.
See Also