System.SysUtils.TLongBoolHelper.TryToParse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function TryToParse(const S: string; out Value: Boolean): 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, with a Boolean success code.

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

See Also