Generic Number Conversion
Does anyone have experience in doing conversions on numbers (SSN, phone numbers, etc). An ideal solution would incolve a class that could take a String and some type of format String (###-##-#### or (###)###-####) and apply that format to the String if possible?