Click or drag to resize

CodeElementMatchValueProcessor Property

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.1.0
Syntax
public Func<string, string> MatchValueProcessor { get; set; }

Property Value

Type: FuncString, String
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