HexToBuff
(System Library)
Description: | Converts a hex string to a binary buffer. |
Returns: | Buffer |
Usage: | Script only. |
Function Groups: | String and Buffer |
Related to: | |
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".