C# Класс DataExport.Web.Utility

Показать файл Открыть проект

Открытые методы

Метод Описание
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().

Описание методов

ReplaceTemplate() публичный статический Метод

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
Результат string