FormatValue Class

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

SystemObject
  NReco.PivotData.Input.ValueFormatValue

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

public class FormatValue

The FormatValue type exposes the following members.

Constructors

  NameDescription
Public methodFormatValue(String)
Initializes a new FormatValue instance with specified format string
Public methodFormatValue(String, String)
Initializes a new FormatValue instance with specified format string
Top
Properties

  NameDescription
Public propertyFormatProvider
Get or set IFormatProvider instance used for formatting values.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFormatHandler
Returns value accessor that composes a string from one (or more) source value
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference