Click or drag to resize
MatchEvaluator Delegate
Represents the method that is called each time a regular expression match is found during a Overload:System.Text.RegularExpressions.Regex.Replace method operation.

Namespace: System.Text.RegularExpressions
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public delegate string MatchEvaluator(
	Match match
)

Parameters

match
Type: System.Text.RegularExpressionsMatch

Return Value

Type: String
See Also