Click or drag to resize

BinaryString Constructor (Buffer, BinaryTextEncoding)

Creates a BinaryString with the data bytes and encoding.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public BinaryString(
	Buffer bytes,
	BinaryTextEncoding encoding
)

Parameters

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