Click or drag to resize

BinaryString Constructor (String, BinaryTextEncoding)

Creates a BinaryString with the string and encoding.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public BinaryString(
	string? str,
	BinaryTextEncoding encoding
)

Parameters

str
Type: SystemString
The string representation.
encoding
Type: Demo3D.IOBinaryTextEncoding
The text encoding for marshalling/unmarshalling the string.
See Also