ICloudSettingsFormat.Parse Method (String)
Converts the specified settings into a collection of strings.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
IDictionary<string, object> Parse(
string settings
)
IDictionary<String^, Object^>^ Parse(
String^ settings
)
abstract Parse :
settings:string -> IDictionary<string, Object>
Function Parse (
settings As String
) As IDictionary(Of String, Object)
Parameters
settings
Type: System.StringThe settings format to convert.
Return Value
Type: System.Collections.Generic.IDictionary<String, Object>
A collection of setting format values.
See Also
ICloudSettingsFormat Interface
Microsoft.WindowsAzure.Common Namespace
Return to top