Returns the expansion of the specified replacement pattern.
Namespace: System.Text.RegularExpressionsAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public virtual string Result(
string replacement
)
Parameters
- replacement
- Type: SystemString
The replacement pattern to use.
Return Value
Type:
StringThe expanded version of the replacement parameter.
See Also