Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 829 Bytes

phonenumbermatchresult.md

File metadata and controls

33 lines (22 loc) · 829 Bytes
-api-id -api-type
T:Windows.Globalization.PhoneNumberFormatting.PhoneNumberMatchResult
winrt enum

PhoneNumberMatchResult

-description

The result of calling the PhoneNumberInfo.CheckNumberMatch method.

-enum-fields

-field NoMatch:0

The two numbers do not match.

-field ShortNationalSignificantNumberMatch:1

The short national significant part (the subscriber number) of the two numbers match.

-field NationalSignificantNumberMatch:2

The entire national significant part (area code and subscriber number) of the two numbers match.

-field ExactMatch:3

The two numbers are an exact match.

-remarks

-examples

-see-also