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