IsPhoneUri
The IsPhoneUri function indicates whether a specified URI points to a phone.
Syntax
Copy Code | |
---|---|
bool IsPhoneUri( Uri uri ); |
Parameters
Return Values
Returns true if the supplied Uri contains the user=phone parameter; else false.
The IsPhoneUri function indicates whether a specified URI points to a phone.
Copy Code | |
---|---|
bool IsPhoneUri( Uri uri ); |
Returns true if the supplied Uri contains the user=phone parameter; else false.