PackerPackString Method (String) |
Packs specified string to current stream with UTF-8
Encoding.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer PackString(
string value
)
Public Function PackString (
value As String
) As Packer
public:
Packer^ PackString(
String^ value
)
member PackString :
value : string -> Packer
Parameters
- value
- Type: SystemString
Source string.
Return Value
Type:
PackerThis instance.
Exceptions See Also