CloudTracingExtensions::AsFormattedString<TKey, TValue> Method (IDictionary<TKey, TValue>^)
Converts given dictionary into a log string.
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
Type Parameters
- TKey
The dictionary key type
- TValue
The dictionary value type
Show: