Click or drag to resize

ProtocolAddressToString Method

Converts binary data to 8-bit unescaped ASCII string.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public static string ToString(
	byte[] binarySegment
)

Parameters

binarySegment  Byte
The binary segment to convert to text.

Return Value

String
A textual representation of the binary data.
See Also