PhoneNumber(String) constructor
Creates a new instance of PhoneNumber using the DEFAULT_COUNTRY_CODE.
Syntax
Syntax
public PhoneNumber (String msisdn)
Parameters
- msisdn the phone number (not necessarily a mobile phone number)
Remarks
Tries to parse the specified MSISDN and falls back to use the DEFAULT_COUNTRY_CODE if no internationalised format is recognized.