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: 17.00.05
Syntaxpublic static string ConvertFromLengthEncoded(
byte[] bytes
)
Parameters
- bytes
- Type: SystemByte
Array of bytes to convert.
Return Value
Type:
StringString representation.
See Also