RegexReplaceValue Class

NReco.PivotData Class Library Documentation
Implements regular expression replace handler for DerivedValueSource
Inheritance Hierarchy

SystemObject
  NReco.PivotData.Input.ValueRegexReplaceValue

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

public class RegexReplaceValue

The RegexReplaceValue type exposes the following members.

Constructors

  NameDescription
Public methodRegexReplaceValue(String, String, String)
Initializes a new instance of the RegexReplaceValue class
Public methodRegexReplaceValue(Regex, String, String)
Initializes a new instance of the RegexReplaceValue class
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 methodReplaceHandler
Returns value accessor that returns regex replace result for specified field value
Public methodToString (Inherited from Object.)
Top
See Also

Reference