System.SysUtils.TSingleHelper.Parse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Parse(const S: string): Single; overload; static;
class function Parse(const S: string; const AFormatSettings: TFormatSettings): Single; overload; 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 S string into its Single representation.
  • Converts the S string into its Single representation using AFormatSettings as a thread-safe formatting context.

See Also