Click or drag to resize

ProtocolAddressToBinary Method

Converts 8-bit unescaped ASCII string to binary data.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static byte[] ToBinary(
	string segment
)

Parameters

segment
Type: SystemString
The text segment to convert to binary.

Return Value

Type: Byte
The text segment converted to binary.
See Also