PackerPackString Method (IEnumerableChar) |
Packs specified char stream to current stream with UTF-8
Encoding.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer PackString(
IEnumerable<char> value
)
Public Function PackString (
value As IEnumerable(Of Char)
) As Packer
public:
Packer^ PackString(
IEnumerable<wchar_t>^ value
)
member PackString :
value : IEnumerable<char> -> Packer
Parameters
- value
- Type: System.Collections.GenericIEnumerableChar
Source chars its size is not known.
Return Value
Type:
PackerThis instance.
Exceptions See Also