Click or drag to resize

BinaryString Constructor (ArraySegmentByte, BinaryTextEncoding)

Creates a BinaryString with the data bytes and encoding.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public BinaryString(
	 in ArraySegment<byte> bytes,
	BinaryTextEncoding encoding
)

Parameters

bytes
Type: SystemArraySegmentByte
The string encoded in the encoding format.
encoding
Type: Demo3D.IOBinaryTextEncoding
The text encoding for marshalling/unmarshalling the string.
See Also