|
How to: |
The UFMT function converts characters in an alphanumeric source string to their hexadecimal representation. This function is useful for examining data of unknown format. As long as you know the length of the data, you can examine its content.
UFMT(source_string, length, output)
where:
Alphanumeric
Is the alphanumeric string to convert.
Integer
Is the number of characters in source_string.
Alphanumeric
The format of output must be alphanumeric and its length must be twice that of length.
| WebFOCUS | |
|
Feedback |