QLocale.toInt

Undocumented in source.
  1. int toInt(const(QString) s, bool* ok)
    struct QLocale
    const
    static if(QT_STRINGVIEW_LEVEL < 2)
    int
    toInt
    (
    ref const(QString) s
    ,
    bool* ok = null
    )
  2. int toInt(const(QStringRef) s, bool* ok)
  3. int toInt(QStringView s, bool* ok)

Meta