Try to convert a string to a single-sized floating point value.
Source position: syshelph.inc line 705
| public class function TSingleHelper.TryParse( | 
| const AString: string; | 
| out AValue: Single | 
| ):Boolean; overload; | 
| const AString: string; | 
| out AValue: Single; | 
| const AFormatSettings: TFormatSettings | 
| ):Boolean; overload; | 
TryParse attempts to convert the string AString to a single-sized floating point value and reports True if the conversion was successful. In that case the parsed value is returned in AValue.
If the conversion failed, False is returned.
| 
 | Convert a string to a floating point value. | |
| 
 | Convert a single-sized floating point value to a string. |