The Dictionary object stores information in name/value pairs.
The Dictionary object is used to store information in name/value pairs (referred to as key and item). The Dictionary object might seem similar to Arrays, however, the Dictionary object is a more desirable solution to manipulate related data.
Comparing Dictionaries and Arrays:
The Below example creates a Dictionary object, adds some key/item pairs to it, and retrieves the item value for the key gr:
The Dictionary object's properties and methods are described below:
Your Query was successfully sent!