Documentation

Text::ParseUInt64

Function

uint64 Text::ParseUInt64(const string&in str, int base = 10)

Parses the given string as a 64 bit 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 uint64