Opalis Quick Integration Kit 3.0

The IRuntimeValuetype exposes the following members.

Methods

  Name Description
As Overloaded.
AsBoolean
Gets the value of the input as a boolean value
AsByte
Gets the value of the input as an 8-bit integer
AsChar
Gets the input value as a Unicode character
AsDateTime
Gets the input value as a DateTime value.
AsDecimal
Gets the input value as a Decimal number
AsDouble
Gets the input value as a double-precision floating point number.
AsInt16
Gets the input value as a 16-bit signed number
AsInt32
Gets the input value as a 32-bit signed number
AsInt64
Gets the input value as a 64-bit signed number
AsSByte
Gets the input value as an 8-bit signed number
AsSingle
Gets the input value as a single precision floating point number.
AsString
Gets the value of the input as a string.
AsUInt16
Gets the value of the input as a 16-bit unsigned integer
AsUInt32
Gets the value of the input as a 32-bit unsigned integer
AsUInt64
Gets the value of the input as a 64-bit unsigned integer

See Also