Easy Tutorial
❮ Prop Type Folder Asp Ref Server ❯

ASP Exists Method



The Exists method returns a Boolean value indicating whether a specified key exists in the Dictionary object. It returns true if the key exists, otherwise it returns false.

Syntax

Parameter Description
key Required. The key value to search for.

Example


❮ Prop Type Folder Asp Ref Server ❯