CodeElement MatchValueProcessor Property FormatC Syntax Highlighting Class Library
Gets or sets a delegate that will be used to process the value of the regex match.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public Func<string, string> MatchValueProcessor { get; set; }

Field Value

A delegate that will be used to process the value of the regex match.
Remarks

Use this property if you want to change the text value that is added to the formatted result.

See Also