Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
IsPhoneUri
The IsPhoneUri function indicates whether a specified URI points to a phone.
Syntax
bool IsPhoneUri(
Uri uri
);
Parameters
- Uri
Specifies a URI.
Return Values
Returns true if the supplied Uri contains the user=phone parameter; else false.