numberToString

The numberToString task converts a number into a string and returns a string representing the specified number value.

Potential use case

If a recent query into a ticketing database returns a series of numbers, use this task to convert a specified number to a string — for example, to send that number value as the body of an email.

Properties

InputTypeDescription
numNumberRequired. The number to convert into a string.
radixNumberAn integer between 2 and 36 representing the base in the mathematical numeral system to use for the string.
OutputTypeDescription
numToStringStringA string representation of the number value.

Example

The input variables num and radix are shown in Task History, accessed from Jobs in Operations Manager.

toString (number) task showing num and radix input variables in Task History

The return variable shows the stringified representation of the number.

toString (number) task output showing numToString as a string value