System.SysUtils.TExtendedHelper.Parse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Parse converts a string to its Extended representation.

This method is overloaded:

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

See Also