StringConversionConvertToSTXEncoded Method |
Convert string to STX/DLE serial protocol encoded array of bytes.
Namespace:
Demo3D.PLC
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic static byte[] ConvertToSTXEncoded(
string str
)
Parameters
- str
- Type: SystemString
String to encode.
Return Value
Type:
ByteEncoded array of bytes.
See Also