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