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