Method | Description | |
---|---|---|
EncloseWith ( this str, char encloseCharacter ) : string | ||
RemoveSpecChars ( this str ) : string | ||
StripHtml ( this str ) : string | ||
ToTitleCase ( this str ) : string |
public static EncloseWith ( this str, char encloseCharacter ) : string | ||
str | this | |
encloseCharacter | char | |
return | string |
public static RemoveSpecChars ( this str ) : string | ||
str | this | |
return | string |
public static StripHtml ( this str ) : string | ||
str | this | |
return | string |
public static ToTitleCase ( this str ) : string | ||
str | this | |
return | string |