Click or drag to resize
MatchResult Method
Returns the expansion of the specified replacement pattern.

Namespace: System.Text.RegularExpressions
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public virtual string Result(
	string replacement
)

Parameters

replacement
Type: SystemString
The replacement pattern to use.

Return Value

Type: String
The expanded version of the replacement parameter.
See Also