Click or drag to resize

StringConversionConvertFromFixedLength Method (DataArrayByte)

Convert an array of bytes to a fixed length string.

Namespace:  Demo3D.PLC
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static string ConvertFromFixedLength(
	DataArray<byte> bytes
)

Parameters

bytes
Type: Demo3D.PLC.CommsDataArrayByte
Array of bytes to decode.

Return Value

Type: String
String representation.
See Also