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