Class: qgsPermissiveToDouble

class qgis.core.qgsPermissiveToDouble(string: str)

Converts a string to a double in a permissive way, e.g., allowing for incorrect numbers of digits between thousand separators

Parameters
  • string – string to convert

  • ok – will be set to True if conversion was successful

Returns

string converted to double if possible

See also

permissiveToInt()

New in version 2.9: