ToNum
This formula allows you to convert a string to a number.
JSON Format
{
"type": "toNum",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the string you want to convert to a number. If the string does not represent a valid number, this operation will fail. |