Clay Harbich

Results 1 comments of Clay Harbich

I have not tested this on windows phone yet. I am running it on Android only right now. I'm using only: ` PhoneNumberUtil.Normalize(phoneNumber); ` `_phone.Parse(nom, RegionCode.US);` `_phone.IsValidNumber(ph);` `_phone.Format(ph, PhoneNumberFormat.E164);` The...