StringConversionConvertFromFixedLength Method (Byte) |
Convert an array of bytes to a fixed length string.
Namespace:
Demo3D.PLC
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic static string ConvertFromFixedLength(
byte[] bytes
)
Parameters
- bytes
- Type: SystemByte
Array of bytes to decode.
Return Value
Type:
StringString representation.
See Also