BinaryTextEncodingGetString Method (ArraySegmentByte) |
Decodes a string from a byte array.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic BinaryString GetString(
in ArraySegment<byte> buffer
)
Parameters
- buffer
- Type: SystemArraySegmentByte
The byte array to decode.
Return Value
Type:
BinaryStringThe decoded string.
See Also