StringExtrasRemoveAllNonAlphabetChars Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string RemoveAllNonAlphabetChars(
string origString
)
Public Shared Function RemoveAllNonAlphabetChars (
origString As String
) As String
public:
static String^ RemoveAllNonAlphabetChars(
String^ origString
)
static member RemoveAllNonAlphabetChars :
origString : string -> string
Parameters
- origString
- Type: SystemString
Return Value
Type:
String
See Also