Click or drag to resize

BinaryTextEncodingGetString Method (Byte, Int32, Int32)

Decodes a string from a byte array.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public BinaryString GetString(
	byte[] bytes,
	int bytesIndex,
	int maxBytes
)

Parameters

bytes
Type: SystemByte
The byte array to decode.
bytesIndex
Type: SystemInt32
The index into the byte array to start.
maxBytes
Type: SystemInt32
The maximum number of bytes to decode.

Return Value

Type: BinaryString
The decoded string.
See Also