ConnectionStringParser.Parse Method (String)

 

Parses the connection string into a collection of key and value pairs.

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

public static IDictionary<string, string> Parse(
	string connectionString
)

Parameters

connectionString
Type: System.String

The connection string to parse.

Return Value

Type: System.Collections.Generic.IDictionary<String, String>

The parsed connection string.

Case-insensitive keys and multiple occurrences of the same key are supported, but not multiple values for keys.

Return to top
Show: