Skip to main content

Number

An expression editor function that converts a string to a number.

Updated yesterday

Overview

This function converts a string to a number.

Note: it does not format the number for display - use a Format Number action for that purpose.


Parameters

number(String)

String

The string representation of a number to convert.


For example...

number("42")

Returns the number 42.

Did this answer your question?