TagOptions.Evaluate Method

HTML to MAML Converter

TagOptionsEvaluate Method
Evaluate the match and determine the properties to use for the replacement.

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public void Evaluate(
	Match match
)
Public Sub Evaluate ( 
	match As Match
)
public:
void Evaluate(
	Match^ match
)
member Evaluate : 
        match : Match -> unit 

Parameters

match
Type: System.Text.RegularExpressionsMatch
The regular expression match to evaluate
See Also