Click or drag to resize

StringConversionConvertFromMaxLengthEncoded Method (Byte)

Convert an array of bytes, where the first byte contains the maximum length of the string, and the next byte contains the actual string length.

Namespace:  Demo3D.PLC
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static string ConvertFromMaxLengthEncoded(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
Array of bytes to decode.

Return Value

Type: String
String representation.
See Also