Nœud Value to String¶
Le nœud Value to String génère une représentation sous forme de chaîne de la valeur en entrée.
Inputs¶
- Value
Valeur à virgule flottante à convertir.
- Decimals Float Data Type
Valeur entière utilisée pour déterminer la précision de la valeur de sortie.
- 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.
Propriétés¶
- Data Type
Le type de valeur numérique à convertir en chaîne.
- Float:
Convertit une valeur à virgule flottante en chaîne.
- Integer:
Convertit un entier de 32 bits en chaîne.
Outputs¶
- String
Représentation de la valeur de la chaîne de l’entrée.