| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert string value to boolean value.
Source position: syshelph.inc line 640
public class function TBooleanHelper.Parse(  | 
const S: string  | 
):Boolean;  | 
Parse attempts to convert the string S to a boolean value. It uses the StrToBool function to perform the conversion.
If S does not contain a valid string representation, then an EConvertError exception is raised.
  | 
Try to convert a string to a boolean value  | 
|
  | 
Convert a boolean value to string.  | 
|
  | 
Convert to an integer value  |