Class PrimitiveParser
Inheritance
PrimitiveParser
Assembly: QFSW.QC.Parsers.dll
Syntax
public class PrimitiveParser : IQcParser
Properties
Priority
Declaration
public int Priority { get; }
Property Value
Methods
CanParse(Type)
Declaration
public bool CanParse(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Parse(String, Type, Func<String, Type, Object>)
Declaration
public object Parse(string value, Type type, Func<string, Type, object> recursiveParser)
Parameters
Returns
Implements
Extension Methods