C# Класс Rf.Sites.Frame.SiteInfrastructure.RouteDefinitionExtensions

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

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

Метод Описание
ReorderParts ( this def, IComparer comparer ) : void
Replace ( this def, string tobeReplaced, string replacement ) : void
ReplaceString ( this str, string oldValue, string newValue, System.StringComparison comparison ) : string

Taken from http://stackoverflow.com/questions/244531/is-there-an-alternative-to-string-replace-that-is-case-insensitive to do a case insensitive replacement

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

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

public static ReorderParts ( this def, IComparer comparer ) : void
def this
comparer IComparer
Результат void

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

public static Replace ( this def, string tobeReplaced, string replacement ) : void
def this
tobeReplaced string
replacement string
Результат void

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

Taken from http://stackoverflow.com/questions/244531/is-there-an-alternative-to-string-replace-that-is-case-insensitive to do a case insensitive replacement
public static ReplaceString ( this str, string oldValue, string newValue, System.StringComparison comparison ) : string
str this
oldValue string
newValue string
comparison System.StringComparison
Результат string