| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert from a string
Source position: syshelph.inc line 509
| public class function TQWordHelper.Parse( | 
| const AString: string | 
| ):QWord; | 
Parse will attempt to convert the string AString to a QWord value. It uses the StrToQWord function to perform the conversion, so no localization is taken into account.
If the string does not contain a valid QWord value, an EConvertError exception is raised.
| 
 | Convert the value to string | |
| 
 | Try to convert a string to a QWord, report success or failure | |
| 
 | Convert a string to a QWord. |