QLocale.toUInt

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

Meta