CloudTracingExtensions::AsFormattedString<TKey, TValue> Method (IDictionary<TKey, TValue>^)

 

Converts given dictionary into a log string.

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

public:
generic<typename TKey, typename TValue>
[ExtensionAttribute]
static String^ AsFormattedString(
	IDictionary<TKey, TValue>^ dictionary
)

Parameters

dictionary
Type: System.Collections.Generic::IDictionary<TKey, TValue>^

The dictionary collection object

Return Value

Type: System::String^

The log string

Type Parameters

TKey

The dictionary key type

TValue

The dictionary value type

Return to top
Show: