IsPhoneUri

The IsPhoneUri function indicates whether a specified URI points to a phone.

Syntax

  Copy imageCopy Code
bool IsPhoneUri(
  Uri uri
);

Parameters

Uri

Specifies a URI.

Return Values

Returns true if the supplied Uri contains the user=phone parameter; else false.