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)
Syntax
public static string Concatenate(
params string[] parts
)
public:
static String^ Concatenate(
... array<String^>^ parts
)
static member Concatenate :
[<ParamArrayAttribute>] parts:string[] -> string
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
See Also
UriHelper Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top