public Func<string, string>? MatchValueProcessor { get; set; }
Public Property MatchValueProcessor As Func(Of String, String)
Get
Set
public:
property Func<String^, String^>^ MatchValueProcessor {
Func<String^, String^>^ get ();
void set (Func<String^, String^>^ value);
}
member MatchValueProcessor : Func<string, string> with get, set
Use this property if you want to change the text value that is added to the formatted result.