Class BoolParser
Implements
Inherited Members
Namespace: QFSW.QC.Parsers
Assembly: QFSW.QC.Parsers.dll
Syntax
public class BoolParser : BasicCachedQcParser<bool>, IQcParser
Methods
Parse(String)
Declaration
public override bool Parse(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value |
Returns
Type | Description |
---|---|
Boolean |
Overrides
QFSW.QC.BasicQcParser<System.Boolean>.Parse(System.String)