Overload | Description |
---|---|
RemoveSpecialChars(String) | Removes special characters for the input string. Non ASCII characters are considered special. |
RemoveSpecialChars(String,Char[]) | Removes special characters and other undesired characters from the input string. Non ASCII characters are considered special. |