PhoneNumberInfo(String) 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.
Constructor.
public:
PhoneNumberInfo(Platform::String ^ number);
PhoneNumberInfo(winrt::hstring const& number);
public PhoneNumberInfo(string number);
function PhoneNumberInfo(number)
Public Sub New (number As String)
Parameters
- number
-
String
Platform::String
winrt::hstring
A phone number that the created object will encapsulate.