Shunde.NET Framework Class Library

TextUtils.RemoveNonAlphaNumeric Method 

Strips a string of all but the alpha-numeric characters

public static string RemoveNonAlphaNumeric(
   String input
);

Parameters

String

Return Value

Returns just the alpha-numeric characters of the input string

See Also

TextUtils Class | Shunde.Utilities Namespace