Double.ToString
From Xojo Documentation
Method
Double.ToString(Optional locale As Locale) As String
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Converts a Double value to a String value with an optional locale.
Method
Double.ToString(locale As Locale, format As String) As String
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Converts a Double 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 Double values to Text: