If i add the 8th digit to create 593-99-899-1234 or 593-98-899-1234, the Parse function of PhoneUtil correctly gives me:
Country Code = 593
National Number = 99-899-1234 or 98-899-1234
Phone Number Type = Mobile
So my original number is an invalid number. I get:
Country Code 593
National Number = 593989901234
Phone Number Type = Unknown
Other than the NumberType being set to "Unknown", is there another way to find out if this number is completely invalid? Something to tell me that it does not fit a certain format?
Thanks for your help. I am not surprised that my data is invalid. I just wanted to confirm that.
On Wednesday, December 5, 2012 1:40:03 PM UTC-5, Pooge wrote: