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