PhoneNumberFormatter Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a PhoneNumberFormatter object, using the current default region.
public:
PhoneNumberFormatter();
PhoneNumberFormatter();
public PhoneNumberFormatter();
function PhoneNumberFormatter()
Public Sub New ()
Remarks
Note that you can also create PhoneNumberFormatter objects using PhoneNumberFormatter.TryCreate, which takes a two-letter ISO region name as an argument and attempts to create a PhoneNumberFormatter for the given region.