System.SysUtils.TLongBoolHelper.Parse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Parse(const S: string): Boolean; inline; static;

Properties

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

Description

Converts a string to a Boolean value.

Parse converts the string specified by S to a Boolean.

Note: For details on how the conversion is done, see the description of StrToBool.

See Also