XenoGuard 4.0 Documentation

Decimal to Hexadecimal

ActionStep Reference » Programming » Number Operation » Conversion » Decimal to Hexadecimal 

The ActionStep Decimal to Hexadecimal converts a decimal number to its hexadecimal equivalent and stores the number in Result of the result list. Only the Unsigned Number data type is allowed to be used for the number type. 



[-] Hide
  1. Open the Programming node in the Workspace Explorer.
  2. Open the Number Operation node.
  3. In the Conversion node, select the Decimal to Hexadecimal ActionStep.

Parameters:

The ActionStep has the following input parameters:


NAME DESCRIPTION
Number Type
Specifies the data type to be used for a number.

Allowed Context Scopes
 [Fixed, Local, Global]
Allowed Value [Unsigned Number]
Source
The number to be converted.

Allowed Context Scopes
 [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]

Results:

The ActionStep returns the following results:


NAME
DESCRIPTION
Result Contains the converted number from decimal to hexadecimal.

Allowed Context Scopes [Fixed, Local, Global]
Allowed Number System [Binary]

Warning This ActionStep can only convert a decimal number to its hexadecimal equivalent.

Example 1 (Calculate the hexadecimal number from a variable):

This example converts the decimal number to a hexadecimal number of the local NumValue variable with a Number data type. The result was given an Unsigned Number data type and is then output via Write Text.

See other Conversion operations:

Decimal to Binary
Hexadecimal to Decimal