Hexadecimal Formats
This can be used in two ways – one is to assign a fixed length random hexadecimal value to a field, and the other is to transform an assigned field to a hexadecimal value.
The usage is fairly simple.
EXAMPLE
RESULT
%HEX|4
a random hexadecimal string with the given size:
"414d"
%HEX
a hexadecimal string from the current value of the attribute:
eg. with "some" as current value:
"736f6d65"
Assign a random hexadecimal value
Convert an assigned value to hexadecimal
Last updated
Was this helpful?