Shunde.NET Framework Class Library

TextUtils.RemoveNonNumeric Method 

Strips a string of all but the numeric characters

public static string RemoveNonNumeric(
   String input
);

Parameters

String

Return Value

Returns just the numeric characters of the input string

See Also

TextUtils Class | Shunde.Utilities Namespace