Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.994 Beiträge
 
#1

In `System.SysUtils`, `class function TCardinalHelper.Parse` throws errors for valid

  Alt 5. Okt 2016, 16:10
Oh nice System.SysUtils.TCardinalHelper.Parse: class function TCardinalHelper.Parse(const S: string): Cardinal; begin Result := StrToInt(S); end; Which means you get this nice EConvertError with message ''4294967295' is not a valid integer value'. with this simple test (which doesn’t even ...

More...
  Mit Zitat antworten Zitat