Nodo Valor a texto¶
The Value to String node generates string representation of the input value.
Entradas¶
- Valor
Floating-point value to be converted.
- Decimales tipo de datos Decimal
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
2for binary,8for octal,10for decimal, or16for 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.
Propiedades¶
- Tipo de datos
The type of numerical value to convert to a string.
- Decimal:
Convertirá un valor decimal de punto flotante a una cadena de texto.
- Entero:
Convertirá un valor entero de 32 bits a una cadena de texto.
Salidas¶
- Cadena de texto
Representación en formato de cadena de la entrada.