ConnectionStringParser.Parse Method (String)
Parses the connection string into a collection of key and value pairs.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
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.
Show: