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)

IDictionary<String^, Object^>^ Parse(
	String^ settings
)

Parameters

settings
Type: System::String^

The settings format to convert.

Return Value

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

A collection of setting format values.

Return to top
Show: