DefaultValue Conversion Operators | 
| Name | Description | |
|---|---|---|
| (Boolean to DefaultValue) | 
            Performs an implicit conversion from Boolean to DefaultValue.
              | |
| (Decimal to DefaultValue) | 
            Performs an implicit conversion from Decimal to DefaultValue.
              | |
| (Int32 to DefaultValue) | 
            Performs an implicit conversion from Int32 to DefaultValue.
              | |
| (String to DefaultValue) | 
            Performs an implicit conversion from String to DefaultValue.
              |