LinkingUtilities.IsUriWellFormed Method

Checks whether the specified URI is well formed.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
Public Shared Function IsUriWellFormed ( _
    artifactUri As String _
) As Boolean
public static bool IsUriWellFormed(
    string artifactUri
)
public:
static bool IsUriWellFormed(
    String^ artifactUri
)
static member IsUriWellFormed : 
        artifactUri:string -> bool 
public static function IsUriWellFormed(
    artifactUri : String
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the specified URI is well formed; otherwise, false.

.NET Framework Security

See Also

Reference

LinkingUtilities Class

Microsoft.TeamFoundation Namespace