Function: qgsPermissiveToDouble¶
- qgis.core.qgsPermissiveToDouble(string: str | None)¶
Converts a string to a double in a permissive way, e.g., allowing for incorrect numbers of digits between thousand separators
- Parameters:
string (Optional[str]) – string to convert
ok – will be set to
Trueif conversion was successful
- Return type:
(float, bool)
- Returns:
string converted to double if possible
See also
permissiveToInt()