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: 15.0.2.11458
Syntax
C#
public static implicit operator BinaryString (
	string? str
)

Parameters

str
Type: SystemString
The string representation.

Return Value

Type: BinaryString
A BinaryString containing the string.
See Also