Click or drag to resize
MessagePackConvertEncodeString Method
Encode specified string by default encoding.

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

Parameters

value
Type: SystemString
String value.

Return Value

Type: Byte
Encoded value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also