Convert a string of hex to a string of text.
Parameters
- String of hex
Return Value
This API returns a string value.
Exception Handling
If you pass in the incorrect amount of hex, it is poissible that the Buffer module can throw an error.
Example
Code Block | ||
---|---|---|
| ||
pjs.define("FieldF", { type: 'char', length: 1 });
FieldF = String.fromEbcdicHex('01'); |