IStorage.GetItem
IStorage.GetItem method
Returns the current value associated with the given key, or null if the given key does not exist.
public String GetItem(String key)
Parameter | Type | Description |
---|---|---|
key | String | Item key String. |
Return Value
Item value String.
See Also
- interface IStorage
- package com.aspose.html.dom
- package Aspose.HTML