Click or drag to resize

BinaryTextEncodingGetString(Byte, Int32, Int32) Method

Decodes a string from a byte array.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public 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

BinaryString
The decoded string.
See Also