QLocale.toDouble

Undocumented in source. Be warned that the author may not have intended to support it.
  1. double toDouble(const(QString) s, bool* ok)
    struct QLocale
    const
    static if(QT_STRINGVIEW_LEVEL < 2)
    double
    toDouble
    (
    ref const(QString) s
    ,
    bool* ok = null
    )
  2. double toDouble(QStringView s, bool* ok)

Meta