Class StringParser
Implements
Inherited Members
Namespace: QFSW.QC.Parsers
Assembly: QFSW.QC.Parsers.dll
Syntax
public class StringParser : BasicCachedQcParser<string>, IQcParser
Properties
Priority
Declaration
public override int Priority { get; }
Property Value
Type | Description |
---|---|
Int32 |
Overrides
QFSW.QC.BasicQcParser<System.String>.Priority
Methods
Parse(String)
Declaration
public override string Parse(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value |
Returns
Type | Description |
---|---|
String |
Overrides
QFSW.QC.BasicQcParser<System.String>.Parse(System.String)