ArrayToNSDictionary
Type
handler
Summary
Convert an Array into an Objective-C dictionary
Syntax
ArrayToNSDictionary(<pArray>)
Description
Convert an Array into an Objective-C dictionary
Parameters
Name | Type | Description |
---|---|---|
pNumber | The Array to convert |
Value
Name | Type | Description |
---|---|---|
return | A Objective-C object of type NSDictionary Description Use ArrayToNSDictionary to convert a variable of type Array to an Objective-C dictionary object (NSDictionary). |