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