Parameters & Returns
Parameters
This function takes no parameters.
Returns
Quick Summary
Converts a value to a string type
Technical Exegesis...
Converts a value to a string type. Takes an Int or Double and converts it to a String representation. Allows numbers to be used in string concatenation or displayed as text. The resulting string contains the numeric value in a readable text format. Useful for creating output messages or combining numbers with text.