Click or drag to resize

BinaryString(ArraySegmentByte, BinaryTextEncoding) Constructor

Creates a BinaryString with the data bytes and encoding.

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

Parameters

bytes  ArraySegmentByte
The string encoded in the encoding format.
encoding  BinaryTextEncoding
The text encoding for marshalling/unmarshalling the string.
See Also