HI,
I need to validate the phone number and fax numbers based on culture in C#
For example : In India the phone number will be 040 - 243841455 but in portuguese it will be +91-45754231
Here i need to validate the number without regular expression
Thanks in advance