This documentation is archived and is not being maintained.

LinkingUtilities::IsUriWellFormed Method

Checks whether the specified URI is well formed.

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

public:
static bool IsUriWellFormed(
	String^ artifactUri
)

Parameters

artifactUri
Type: System::String

The URI to check.

Return Value

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

Show: