UnpackingUnpackString Method |
Name | Description | |
---|---|---|
UnpackString(Byte) |
Unpacks String value from the head of specified byte array with UTF-8 encoding.
| |
UnpackString(Stream) | ||
UnpackString(Byte, Int32) |
Unpacks String value from specified offsetted byte array with UTF-8 encoding.
| |
UnpackString(Byte, Encoding) |
Unpacks String value from the head of specified byte array with specified encoding.
| |
UnpackString(Stream, Encoding) | ||
UnpackString(Byte, Int32, Encoding) |
Unpacks String value from specified offsetted byte array with specified encoding.
|