Click or drag to resize
MessagePackConvertDecodeStringStrict Method
Decode specified byte[] by default encoding.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static string DecodeStringStrict(
	byte[] value
)

Parameters

value
Type: SystemByte
Byte[] value.

Return Value

Type: String
Decoded value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
DecoderFallbackExceptionvalue contains non-UTF-8 bits.
See Also