Notch Notch
Manual 1.0 Manual 0.9.23
 Light | Dark
Value To Text

Value To Text

Updated: 4 Dec 2023

Convert numerical values to a Text String

Method #

This node converts any numerical value to a string, for use within a Text node or to be processed by other text string nodes.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
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.