NUMBERVALUE
Converts text to a number using locale-aware decimal and group separators. Handles trailing % sign.
| Category | Text |
| Syntax | NUMBERVALUE(text, [dec_sep], [grp_sep]) |
Parameters
| Parameter | Required | Description |
|---|---|---|
text | Required | The text to convert to a number. |
dec_sep | Optional | The decimal separator character. Defaults to ".". |
grp_sep | Optional | The group (thousands) separator character. Defaults to ",". |
Example
NUMBERVALUE("text")
Auto-generated from the EngCanvas function registry.