C# 클래스 Rf.Sites.Frame.SiteInfrastructure.RouteDefinitionExtensions

파일 보기 프로젝트 열기: flq/Rf.Sites

공개 메소드들

메소드 설명
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