IsPhoneUri

The IsPhoneUrifunction indicates whether a specified URI points to a phone.

Syntax

  Copy codeCopy code
bool IsPhoneUri(
  Uri uri
);

Parameters

Uri

Specifies a URI.

Return values

Returns true if the supplied URI contains the user=phone parameter; otherwise, false .