get_item method
get_item
Returns the current value associated with the given key, or null if the given key does not exist.
Returns
Item value string.
def get_item(self, key):
...
Parameter | Type | Description |
---|---|---|
key | str | Item key string. |
See Also
- module
aspose.svg.dom
- class
IStorage