hashtable

  1. A

    Question Check part of a string in Hashtable Key

    Can we check for a part of string in hashtable key? For example, our key is key = residentnumber +","+ housenumber I know have a function called containskey() but do we have something that could partially check for a string in a hashtable key? For example, if we could search...
Back
Top Bottom