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: 15.0.2.11458
Syntax
C#
public static string ToString(
	byte[] binarySegment
)

Parameters

binarySegment
Type: SystemByte
The binary segment to convert to text.

Return Value

Type: String
A textual representation of the binary data.
See Also