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)
Syntax
public static string AsFormattedString<TKey, TValue>(
this IDictionary<TKey, TValue> dictionary
)
public:
generic<typename TKey, typename TValue>
[ExtensionAttribute]
static String^ AsFormattedString(
IDictionary<TKey, TValue>^ dictionary
)
static member AsFormattedString<'TKey, 'TValue> :
dictionary:IDictionary<'TKey, 'TValue> -> string
<ExtensionAttribute>
Public Shared Function AsFormattedString(Of TKey, TValue) (
dictionary As IDictionary(Of TKey, TValue)
) As String
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
See Also
AsFormattedString Overload
CloudTracingExtensions Class
Microsoft.WindowsAzure.Common Namespace
Return to top