C# Class DataExport.Web.Utility

Mostrar archivo Open project: BellevueCollege/DataExport

Public Methods

Method Description
ReplaceTemplate ( Match match ) : string

Replaces string templates, which can be included in configuration settings

This method is intended to be used as a MatchEvaluator delegate for calls to Regex.Replace().

Method Details

ReplaceTemplate() public static method

Replaces string templates, which can be included in configuration settings
This method is intended to be used as a MatchEvaluator delegate for calls to Regex.Replace().
public static ReplaceTemplate ( Match match ) : string
match System.Text.RegularExpressions.Match
return string