summaryM:DotNetNuke.UI.Utilities.ClientAPI.ConvertDictionaryToObject(System.Collections.Generic.Dictionary{System.String,System.Object},System.Type)
Namespace: DotNetNuke.UI.UtilitiesAssembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)
Syntax
C# |
---|
public static Object ConvertDictionaryToObject( Dictionary<string, Object> dict, Type TheType ) |
Visual Basic |
---|
Public Shared Function ConvertDictionaryToObject ( dict As Dictionary(Of String, Object), TheType As Type ) As Object |
Parameters
- dict
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, Object>)>)>
paramdictM:DotNetNuke.UI.Utilities.ClientAPI.ConvertDictionaryToObject(System.Collections.Generic.Dictionary{System.String,System.Object},System.Type)
- TheType
- Type: System..::..Type
paramTheTypeM:DotNetNuke.UI.Utilities.ClientAPI.ConvertDictionaryToObject(System.Collections.Generic.Dictionary{System.String,System.Object},System.Type)