Click or drag to resize

BinaryTextEncodingGetString(ArraySegmentByte) 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(
	 in ArraySegment<byte> buffer
)

Parameters

buffer  ArraySegmentByte
The byte array to decode.

Return Value

BinaryString
The decoded string.
See Also