Content


NTL
Core
TryOctToUInt64

TryOctToUInt64


Try to convert octal string to unsigned 64-bit integer.

Return false if failed (result may be changed). Otherwise return true and result is populated with correct value.

bool TryOctToUInt64(const String &str, unsigned long long &result);
bool TryOctToUInt64(const AnsiString &str, unsigned long long &result);
Namespace: nitisa
Include: Nitisa/Core/Strings.h