DecisioningDecision Platform Authoring GuideFunction ReferenceToString FunctionOn this page ToString Function The ToString function converts an expression to a string value. Syntax ToString(expression) The ToString function converts an expression to a string value. Arguments expression Expression - The expression to convert. Remarks Example: ToString(42) // returns "42"