summaryM:DotNetNuke.UI.Utilities.ClientAPI.ConvertDictionaryToObject(System.Collections.Generic.Dictionary{System.String,System.Object},System.Type)

Namespace: DotNetNuke.UI.Utilities
Assembly: 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)

Return Value

returnsM:DotNetNuke.UI.Utilities.ClientAPI.ConvertDictionaryToObject(System.Collections.Generic.Dictionary{System.String,System.Object},System.Type)

See Also