ValueObject Operators
An object that can be used to specify a value associated with a custom cell in-place editor or to create a criterion for data validation.| Name | Description |
|---|---|
| Implicit(CellValue to ValueObject) static | Implicitly converts a cell value to a ValueObject instance. |
| Implicit(Boolean to ValueObject) static | Implicitly converts a Boolean value to a ValueObject instance. |
| Implicit(Char to ValueObject) static | Implicitly converts a Char value to a ValueObject instance. |
| Implicit(DateTime to ValueObject) static | Implicitly converts a DateTime object to a ValueObject instance. |
| Implicit(Double to ValueObject) static | Implicitly converts a Double value to a ValueObject instance. |
| Implicit(Int32 to ValueObject) static | Implicitly converts an Int32 value to a ValueObject instance. |
| Implicit(String to ValueObject) static | Implicitly converts a String value to a ValueObject instance. |
See Also