Value To Text
Updated: 4 Dec 2023
Convert numerical values to a Text StringUpdated: 4 Dec 2023
Convert numerical values to a Text StringThis node converts any numerical value to a string, for use within a Text node or to be processed by other text string nodes.
These properties control the core behaviours of the node.
| Parameter | Details |
|---|---|
| Value | Numerical value to be converted to a string. |
| Decimals | Number of decimal places the converted float should be limited to. |
| Decimal Point | Character used to represent the decimal point. |
| Digit Separator | Character used to seperate digits, in groups of 3. for instance, 10000 becomes 10,000. |