M
MFRASER
Is there a limit to the size of a key for a Hashtable. I am adding items to
a hashtable using a string for the key and it seems that when my key is 16
characters long the indexer does not work properly. If I truncate the key
to be 12 characters the indexer works.
Also is there a better way to build a key for a string, should I convert the
string to a numeric value then add it?
and if so how do I go about converting a string to a numeric value.
a hashtable using a string for the key and it seems that when my key is 16
characters long the indexer does not work properly. If I truncate the key
to be 12 characters the indexer works.
Also is there a better way to build a key for a string, should I convert the
string to a numeric value then add it?
and if so how do I go about converting a string to a numeric value.