RegexMatchValue Constructor (String, String)

NReco.PivotData Class Library Documentation
Initializes a new instance of the RegexMatchValue class

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

public RegexMatchValue(
	string regex,
	string fieldNameToMatch
)

Parameters

regex
Type: SystemString
fieldNameToMatch
Type: SystemString
See Also

Reference