BinaryTextEncodingGetString(Byte, Int32, Int32) Method |
Decodes a string from a byte array.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntaxpublic BinaryString GetString(
byte[] bytes,
int bytesIndex,
int maxBytes
)
Parameters
- bytes Byte
- The byte array to decode.
- bytesIndex Int32
- The index into the byte array to start.
- maxBytes Int32
- The maximum number of bytes to decode.
Return Value
BinaryStringThe decoded string.
See Also