Documentation

Text::ParseInt64

Function

int64 Text::ParseInt64(const string&in str, int base = 10)

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