Method | Description | |
---|---|---|
ReorderParts ( this def, IComparer |
||
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
|
public static ReorderParts ( this def, IComparer |
||
def | this | |
comparer | IComparer |
|
return | void |
public static Replace ( this def, string tobeReplaced, string replacement ) : void | ||
def | this | |
tobeReplaced | string | |
replacement | string | |
return | void |
public static ReplaceString ( this str, string oldValue, string newValue, System.StringComparison comparison ) : string | ||
str | this | |
oldValue | string | |
newValue | string | |
comparison | System.StringComparison | |
return | string |