Gets if specified URI is tel: or sip tel URI. There is special case when SIP URI can be tel:,
sip:+xxxx and sip:xxx;user=phone.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static bool IsTelUri( string uri )
Public Shared Function IsTelUri ( uri As String ) As Boolean
public: static bool IsTelUri( String^ uri )
static member IsTelUri : uri : string -> bool
Parameters
- uri (String)
- URI to check.
Return Value
Boolean
Returns true if specified URI is tel: URI.
Returns true if specified URI is tel: URI.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119