HexToBuff
| Description: |
Converts a hex string to a binary buffer. |
| Returns: |
Buffer |
Usage:  |
Script only. |
| Function Groups: |
String and Buffer |
| Related to: |
BuffToHex
|
Format:  |
\System.HexToBuff(HexValue) |
| Parameters: |
|
| HexValue |
| Required. Any string representing a hexadecimal value. |
| Comments: |
Given an invalid parameter value, the function will return Invalid. |
Examples:
BuffResult = \System.HexToBuff("57494C4C");
BuffResult will contain "Will".
Trihedral and VTScada are registered trade marks of Trihedral Engineering Limited
© Trihedral Engineering Limited 1983- 2022 All rights reserved.