Overview
Theparse-number transformation converts a string value to a number.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | string | Yes | The string value to parse as a number |
Examples
This transformation will attempt to parse the string as a number. If the string cannot be parsed, it may return an error or null value.