Click or drag to resize

BinaryString   Conversion (String to BinaryString)

Implicity converts a System.String to a BinaryString.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public static implicit operator BinaryString (
	string? str
)

Parameters

str  String
The string representation.

Return Value

BinaryString
A BinaryString containing the string.
See Also