MatchEvaluator Delegate
NuGet: GHIElectronics.TinyCLR.RegularExpressions
Assembly: GHIElectronics.TinyCLR.RegularExpressions
Namespace: System.Text.RegularExpressions
Represents the method that is called each time a regular expression match is found, returning the replacement string.
public delegate string MatchEvaluator(Match match);