System.SysUtils.TDoubleHelper.Parse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Parse(const S: string): Double; overload; static;
class function Parse(const S: string; const AFormatSettings: TFormatSettings): Double; overload; static;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TDoubleHelper

Description

Parse converts a string to its Double representation.

This method is overloaded:

  • Converts the S string into its Double representation.
  • Converts the S string into its Double representation using AFormatSettings as a thread-safe formatting context.

See Also