Content


NTL
Core
TryBinToUInt64

TryBinToUInt64


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