MessagePackConvertDecodeStringStrict Method |
Decode specified byte[] by default encoding.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static string DecodeStringStrict(
byte[] value
)
Public Shared Function DecodeStringStrict (
value As Byte()
) As String
public:
static String^ DecodeStringStrict(
array<unsigned char>^ value
)
static member DecodeStringStrict :
value : byte[] -> string
Parameters
- value
- Type: SystemByte
Byte[] value.
Return Value
Type:
StringDecoded
value.
Exceptions See Also