The following tables list the members exposed by IValue.
| Name | Description | |
|---|---|---|
![]()  | Error | Gets or sets an error value. | 
![]()  | IsEmpty | Returns true if this value is empty. | 
![]()  | IsError | Returns true if this value is an error. | 
![]()  | IsLogical | Returns true if this value a logical (boolean) value. | 
![]()  | IsNumber | Returns true if this value is a double precision floating point number. | 
![]()  | IsText | Returns true if this value is text. | 
![]()  | Logical | Gets or sets the logical (boolean) value. | 
![]()  | Number | Gets or sets a double precision floating point value. | 
![]()  | Text | Gets or sets a text value. | 
![]()  | Type | Returns the type of this value. | 
    
    
    
    
    
    
