ParseValue Class

NReco.PivotData Class Library Documentation
Implements parse handlers for DerivedValueSource
Inheritance Hierarchy

SystemObject
  NReco.PivotData.Input.ValueParseValue

Namespace:  NReco.PivotData.Input.Value
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class ParseValue

The ParseValue type exposes the following members.

Constructors

  NameDescription
Public methodParseValue
Initializes a new instance of the ParseValue class
Public methodParseValue(String)
Initializes a new instance of the ParseValue class
Top
Properties

  NameDescription
Public propertyFormatProvider
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParseDateTimeHandler
Returns value accessor that parses DateTime from a string value
Public methodParseDecimalHandler
Returns value accessor that parses a decimal from a string value
Public methodParseDoubleHandler
Returns value accessor that parses a double from a string value
Public methodParseIntegerHandler
Returns value accessor that parses an integer from a string value
Public methodToString (Inherited from Object.)
Top
See Also

Reference