C# Class Rf.Sites.Frame.SiteInfrastructure.RouteDefinitionExtensions

Afficher le fichier Open project: flq/Rf.Sites

Méthodes publiques

Méthode Description
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

Method Details

ReorderParts() public static méthode

public static ReorderParts ( this def, IComparer comparer ) : void
def this
comparer IComparer
Résultat void

Replace() public static méthode

public static Replace ( this def, string tobeReplaced, string replacement ) : void
def this
tobeReplaced string
replacement string
Résultat void

ReplaceString() public static méthode

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
Résultat string