Value to String Node

Value to String node.

The Value to String node generates string representation of the input value.

Ingressi

Valore

Floating-point value to be converted.

Decimals Float Data Type

Integer value used to determine the precision of the output value.

Base Integer Data Type

Numeric base used to represent integer values.

For example, use 2 for binary, 8 for octal, 10 for decimal, or 16 for hexadecimal.

Padding Integer Data Type

Minimum width of the output string.

If the converted value contains fewer characters than the specified width, leading zeros are added until the minimum width is reached.

Proprietà

Data Type

The type of numerical value to convert to a string.

Float:

Convert a floating-point value to a string.

Integer:

Convert a 32-bit integer to a string.

Uscite

String

String value representation of the input.