Click or drag to resize

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
Syntax
C#
public BinaryString GetString(
	 in ArraySegment<byte> buffer
)

Parameters

buffer
Type: SystemArraySegmentByte
The byte array to decode.

Return Value

Type: BinaryString
The decoded string.
See Also