Documentation

Text::ParseUInt

Function

uint Text::ParseUInt(const string&in str, int base = 10)

Parses the given string as an unsigned integer.

string str

int base

The base to use when parsing. To parse hexadecimal numbers, use base 16. Pass 0 to automatically determine the base.

Returns uint