Function: qgsPermissiveToLongLong¶
- qgis.core.qgsPermissiveToLongLong(string: str | None)¶
 Converts a string to an qlonglong in a permissive way, e.g., allowing for incorrect numbers of digits between thousand separators
- Parameters:
 string (Optional[str]) -> (int) – string to convert
ok – will be set to
Trueif conversion was successful
- Returns:
 string converted to int if possible
See also
permissiveToInt()Added in version 3.4.