| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Try to convert a string to a QWord value, and report on success
Source position: sysstrh.inc line 131
| function TryStrToQWord( | 
| const s: string; | 
| out Q: QWord | 
| ):Boolean; | 
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.
| 
 | Convert a string to a QWord. | |
| 
 | Try to convert a string to a QWord, returning a default value in case of failure. | |
| 
 | Try to convert a string to an int64 value, and report on success. | |
| 
 | Try to convert a string to an integer, and report on success. |