Convert to Hex String

The Convert To Hex String action  converts the decimal value of an integer into its hexadecimal equivalent. That value will then be converted into a string.

The Convert to Hex String action is part of the Technology Preview Extension

This action is part of the Technology Preview Extension, which is also referred to as the sandbox package. The action will be found in the String trigger action category upon successful deployment of the sandbox package,
See Technology Preview Extension for information on obtaining and installing the extension.

Parameter descriptions

Parameter Description
Input Data Type The data type of the data to be converted. The options are:
  • UINT1 - 1 byte unsigned integer
  • UINT2 - 2 byte unsigned integer
  • UINT4 - 4 byte unsigned integer

Input tab

Parameter Description
Value The source that contains a decimal numeric value. This can be a variable or be a constant string.

Output tab

Parameter Description
Result The hexadecimal value of the source decimal value. This is returned as a string.