help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

TryStrToQWord

Try to convert a string to a QWord value, and report on success

Declaration

Source position: sysstrh.inc line 115

function TryStrToQWord(

  const s: String;

  var Q: QWord

):Boolean;

Description

TryStrToQWord tries to convert the string S to a valid QWord (unsigned 64-bit) value, and stores the result in I. If the conversion fails, the function returns False, else it returns True.

See also

StrToQWord

  

Convert a string to a QWord.

StrToQWordDef

  

Try to convert a string to a QWord, returning a default value in case of failure.

TryStrToInt64

  

Try to convert a string to an int64 value, and report on success.

TryStrToInt

  

Try to convert a string to an integer, and report on success.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505