parseNumber(source: text) 🡒 text, pure function
Converts the text into a number. The parser leverages the number format auto-detection behavior of Envision. If the number cannot be parsed, zero is returned instead.
parseNumber(source: text, tho: text, dec: text) 🡒 text, pure function
Converts the text into a number using tho the specified thousand separator and dec the specific _decimal separator.