ProtocolAddressToBinary Method |
Converts 8-bit unescaped ASCII string to binary data.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static byte[] ToBinary(
string segment
)
Parameters
- segment
- Type: SystemString
The text segment to convert to binary.
Return Value
Type:
ByteThe text segment converted to binary.
See Also