Gets or sets a string by its key.
The string identified by the key.
Any null values are converted to blanks.
StringHashtable table = new StringHashtable(); table["myKey"] = "Hello world";
StringHashtable Class | Sitecore.Collections Namespace