'DeclarationPublic Overloads Shared Function StripNonNumerics( _ ByVal strIN As String, _ ByVal strExcept As String _ ) As String
Parameters
- strIN
 - String that may contain non-numeric characters
 - strExcept
 - Allow these characters to be included even if they're non-numeric
 
Return Value
String containing only the numeric characters from the input string