Skip to main content

ParameterValue.Implicit Operator

Name Parameters Description
Implicit(CellValue to ParameterValue) static value Implicitly converts a cell value to a parameter value.
Implicit(CellValue[,] to ParameterValue) static values Implicitly converts an array of cell values to a ParameterValue.
Implicit(Boolean to ParameterValue) static value Implicitly converts a Boolean value to a parameter value.
Implicit(Char to ParameterValue) static value Implicitly converts a Char value to a parameter value.
Implicit(DateTime to ParameterValue) static value Implicitly converts a DateTime object to a parameter value.
Implicit(Decimal to ParameterValue) static value Implicitly converts a Decimal value to a parameter value.
Implicit(Double to ParameterValue) static value Implicitly converts a Double value to a parameter value.
Implicit(Int32 to ParameterValue) static value Implicitly converts an Int32 value to a parameter value.
Implicit(Single to ParameterValue) static value Implicitly converts a Single value to a parameter value.
Implicit(String to ParameterValue) static value Implicitly converts a String value to a parameter value.