UriHelper.Concatenate Method (String())

 

Concatenates parts of the Uri together ensuring that any duplicate '/' characters are removed.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Shared Function Concatenate (
	ParamArray parts As String()
) As String

Parameters

parts
Type: System.String()

Parts of the Uri to be combined.

Return Value

Type: System.String

Concatenated Uri

Return to top
Show: