![]() |
VOOZH | about |
The ASP Exists Method is used to return a Boolean value that returns true if the specified key exists, otherwise it returns false.
Syntax:
DictionaryObject.Exists(key)
Parameters: This method has a single parameter as mentioned above and discussed below:
Example :The below code demonstrates the ASP Dictionary.Exists Method.
Output:
The 'g' key exists in the dictionary The 'm' key does not exist in the dictionary