Skip to main content

OperandValue.Implicit Operator

Name Parameters Description
Implicit(Byte to OperandValue) static val Implicitly converts the byte value into an OperandValue instance.
Implicit(Byte[] to OperandValue) static val Implicitly converts the byte array into an OperandValue instance.
Implicit(Char to OperandValue) static val Implicitly converts the char value into an OperandValue instance.
Implicit(DateTime to OperandValue) static val Implicitly converts the DateTime value into an OperandValue instance.
Implicit(Decimal to OperandValue) static val Implicitly converts the decimal value into an OperandValue instance.
Implicit(Double to OperandValue) static val Implicitly converts the double value into an OperandValue instance.
Implicit(Guid to OperandValue) static val Implicitly converts the Guid value into an OperandValue instance.
Implicit(Int16 to OperandValue) static val Implicitly converts the short value into an OperandValue instance.
Implicit(Int32 to OperandValue) static val Implicitly converts the int value into an OperandValue instance.
Implicit(Int64 to OperandValue) static val Implicitly converts the long value into an OperandValue instance.
Implicit(Single to OperandValue) static val Implicitly converts the float value into an OperandValue instance.
Implicit(String to OperandValue) static val Implicitly converts the String value into an OperandValue instance.
Implicit(TimeSpan to OperandValue) static val Implicitly converts the TimeSpan value into an OperandValue instance.