Single.ToString
From Xojo Documentation
Method
Converts a Single value to a String value with an optional locale.
Method
Single.ToString(locale As Locale, format As String) As Single
Supported for all project types and targets.
Supported for all project types and targets.
Converts a Single value to a String value using the supplied locale and format.
Notes
If no locale is specified, then Locale.Raw is used.
Refer to Unicode Number Format Patterns for a list of formats.
Sample Code
Convert Singles values to String: