Method | Description | |
---|---|---|
Contains ( this source, string toCheck, System.StringComparison comp ) : bool | ||
RandomiseLastNChars ( this source, int numChars ) : string | ||
RemoveInvalidExcelChars ( this s ) : string | ||
Replace ( this s, char separators, string newVal ) : string | ||
ReplaceInvalidFilenameChars ( this s, string newVal ) : string |
public static Contains ( this source, string toCheck, System.StringComparison comp ) : bool | ||
source | this | |
toCheck | string | |
comp | System.StringComparison | |
return | bool |
public static RandomiseLastNChars ( this source, int numChars ) : string | ||
source | this | |
numChars | int | |
return | string |
public static RemoveInvalidExcelChars ( this s ) : string | ||
s | this | |
return | string |
public static Replace ( this s, char separators, string newVal ) : string | ||
s | this | |
separators | char | |
newVal | string | |
return | string |
public static ReplaceInvalidFilenameChars ( this s, string newVal ) : string | ||
s | this | |
newVal | string | |
return | string |