Skip to main content
Version: 2.13

String To Number

Converts a String into a Number.

Description​

Attempts to parse the provided string to convert it into a number value.

Inputs​

  • s (String): The string to convert.

Outputs​

  • number (Number): The result of the conversion.