Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ValueObject.Implicit Operator

Name Parameters Description
Implicit(CellValue to ValueObject) static value Implicitly converts a cell value to a ValueObject instance.
Implicit(Boolean to ValueObject) static value Implicitly converts a Boolean value to a ValueObject instance.
Implicit(Char to ValueObject) static value Implicitly converts a Char value to a ValueObject instance.
Implicit(DateTime to ValueObject) static value Implicitly converts a DateTime object to a ValueObject instance.
Implicit(Double to ValueObject) static value Implicitly converts a Double value to a ValueObject instance.
Implicit(Int32 to ValueObject) static value Implicitly converts an Int32 value to a ValueObject instance.
Implicit(String to ValueObject) static value Implicitly converts a String value to a ValueObject instance.