IValue Interface |
The IValue type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
GetBool | Returns the underlying value as type bool. | |
GetDictionary | Returns the underlying value as type dictionary. | |
GetDouble | Returns the underlying value as type double. | |
GetInt | Returns the underlying value as type int. | |
GetList | Returns the underlying value as type list. | |
GetObject | Returns the underlying value converted to a managed object. | |
GetString | Returns the underlying value as type string. |