Content


NTL
Core
TryHexToUInt64

TryHexToUInt64


Try to convert hexadecimal 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 TryHexToUInt64(const String &str, unsigned long long &result);
bool TryHexToUInt64(const AnsiString &str, unsigned long long &result);
Namespace: nitisa
Include: Nitisa/Core/Strings.h