| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return a string representation of the argument
Source position: syshelph.inc line 89
| public class function TStringHelper.Parse( | 
| const AValue: Boolean | 
| ):string; overload; | 
| const AValue: Extended | 
| ):string; overload; | 
| const AValue: Int64 | 
| ):string; overload; | 
| const AValue: Integer | 
| ):string; overload; | 
Parse will return a string representation of the argument AValue. How this is done depends on the type of the AValueargument:
| 
 | Convert a boolean value to a string. | |
| 
 | Convert a float value to a string using a fixed format. | |
| 
 | Convert an integer value to a decimal string. |