Double.FromText
From Xojo Documentation
![]() |
This item was deprecated in version 2021r1. Please use Double.FromString as a replacement. |
Shared Method
Double.FromText(theText As Text, Optional locale As Xojo.Core.Locale) As Double
Supported for all project types and targets.
Supported for all project types and targets.
Converts a Text value that containing a number that can be represented as a double to a Double.
Notes
If no locale is specified, then Locale.Raw is used.
Sample Code
Convert a Text value to a Double: