Implements parse handlers for DerivedValueSource
Inheritance Hierarchy
NReco.PivotData.Input.ValueParseValue
Namespace: NReco.PivotData.Input.Value
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The ParseValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParseValue | Initializes a new instance of the ParseValue class | |
ParseValue(String) | Initializes a new instance of the ParseValue class |
Properties
Name | Description | |
---|---|---|
FormatProvider |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ParseDateTimeHandler |
Returns value accessor that parses DateTime from a string value
| |
ParseDecimalHandler |
Returns value accessor that parses a decimal from a string value
| |
ParseDoubleHandler |
Returns value accessor that parses a double from a string value
| |
ParseIntegerHandler |
Returns value accessor that parses an integer from a string value
| |
ToString | (Inherited from Object.) |
See Also