StringConversionConvertFromS7String Method (Byte) |
Convert a Step 7 STRING[n] to a string.
Namespace:
Demo3D.PLC
Assembly:
PLC (in PLC.dll) Version: 17.00.05
Syntaxpublic static string ConvertFromS7String(
byte[] bytes
)
Parameters
- bytes
- Type: SystemByte
Array of bytes to decode.
Return Value
Type:
StringString representation.
See Also