Programmer's Guide > Interfaces > PropertyMap interface > getString method
  
getString method
Returns the string value data associated with the specified key in the PropertyMap.
getString(key )
Parameters
Stringkey
The key to examine.
Returns
String. The DOMString value associated with the key. If key is not contained in the PropertyMap or the map entry is not a string, returns null.