DecisioningDecision Platform Authoring GuideFunction ReferenceToNumber FunctionOn this page ToNumber Function The ToNumber function converts an expression to a numeric value. Syntax ToNumber(expression) The ToNumber function converts an expression to a numeric value. Arguments expression Expression - The expression to convert. Remarks Example: ToNumber("42.1"); // returns 42.1