ConversionUtilities.ToDictionary(Hashtable, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Collections.Generic.Dictionary<string,object> ToDictionary (this System.Collections.Hashtable hashtable, bool addValueLayer);
static member ToDictionary : System.Collections.Hashtable * bool -> System.Collections.Generic.Dictionary<string, obj>
<Extension()>
Public Function ToDictionary (hashtable As Hashtable, addValueLayer As Boolean) As Dictionary(Of String, Object)
Parameters
- hashtable
- Hashtable
- addValueLayer
- Boolean