System.SysUtils.TSingleHelper.Parse
Delphi
class function Parse(const S: string): Single; overload; inline; static;
class function Parse(const S: string; const AFormatSettings: TFormatSettings): Single; overload; inline; static;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.SysUtils.pas | System.SysUtils | TSingleHelper |
Description
Parse converts a string to its Single representation.
This method is overloaded:
- Converts the
Sstring into its Single representation. - Converts the
Sstring into its Single representation usingAFormatSettingsas a thread-safe formatting context.