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