Click or drag to resize

IValue Methods

Version 130.1.90

The IValue type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetBool Returns the underlying value as type bool.
Public methodGetDictionary Returns the underlying value as type dictionary.
Public methodGetDouble Returns the underlying value as type double.
Public methodGetInt Returns the underlying value as type int.
Public methodGetList Returns the underlying value as type list.
Public methodGetObject Returns the underlying value converted to a managed object.
Public methodGetString Returns the underlying value as type string.
Top
See Also