Removes any instance of specified character in string.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public static string RemoveChar( string a, char ch ) |
Visual Basic |
---|
Public Shared Function RemoveChar ( _ a As String, _ ch As Char _ ) As String |
Visual C++ |
---|
public: static String^ RemoveChar( String^ a, wchar_t ch ) |
Parameters
- a
- Type: System..::..String
The string to operate on.
- ch
- Type: System..::..Char
The character to remove from the string.