CodeElementMatchValueProcessor Property

Gets or sets a delegate that will be used to process the value of the regex match.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public Func<string, string>? MatchValueProcessor { get; set; }

Property Value

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