DPL StudioDPL Studio GuideAppendix B: Supported FunctionsConversion FunctionsToStringOn this pageToStringToString Function Converts the input number to a string type. Syntax ToString(scalar Value) Arguments ArgumentDescriptionscalar ValueNumber to be converted Examples: ToString(1/5) Returns the input as a string value.