Click or drag to resize
MessagePackObjectAsString Method (Encoding)
Gets the underlying value as string encoded with specified Encoding.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public string AsString(
	Encoding encoding
)

Parameters

encoding
Type: System.TextEncoding

[Missing <param name="encoding"/> documentation for "M:MsgPack.MessagePackObject.AsString(System.Text.Encoding)"]

Return Value

Type: String
The string. Note that some Encoding returns null if the binary is not valid encoded string.
See Also