Click or drag to resize

StringConversionConvertFromLengthEncoded Method (Byte)

Convert an array of bytes, where the first byte contains the length of the string (in bytes).

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

Parameters

bytes
Type: SystemByte
Array of bytes to convert.

Return Value

Type: String
String representation.
See Also