Implements formatting handlers for DerivedValueSource
Inheritance Hierarchy
NReco.PivotData.Input.ValueFormatValue
Namespace: NReco.PivotData.Input.Value
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The FormatValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormatValue(String) |
Initializes a new FormatValue instance with specified format string
| |
FormatValue(String, String) |
Initializes a new FormatValue instance with specified format string
|
Properties
Name | Description | |
---|---|---|
FormatProvider |
Get or set IFormatProvider instance used for formatting values.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FormatHandler |
Returns value accessor that composes a string from one (or more) source value
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also