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
Syntaxpublic static implicit operator BinaryString (
string? str
)
Parameters
- str
- Type: SystemString
The string representation.
Return Value
Type:
BinaryStringA BinaryString containing the string.
See Also