A
ad
I have a hashtable name myHash.
sKey is a string, I use myHash[sKey] to retrieve the value of that key.
But is sKey is not in the myHash.Keys, it raise an Exception.
I want to dertiminate if sKey in myHash.Keys.
How can I do that?
sKey is a string, I use myHash[sKey] to retrieve the value of that key.
But is sKey is not in the myHash.Keys, it raise an Exception.
I want to dertiminate if sKey in myHash.Keys.
How can I do that?