ProtocolAddressToString Method |
Converts binary data to 8-bit unescaped ASCII string.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic static string ToString(
byte[] binarySegment
)
Parameters
- binarySegment Byte
- The binary segment to convert to text.
Return Value
StringA textual representation of the binary data.
See Also