Skip to main content

Overview

The parse-number transformation converts a string value to a number.

Syntax

parse-number(<variable>)

Parameters

ParameterTypeRequiredDescription
variablestringYesThe string value to parse as a number

Examples

parse-number(<variable>)
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.