MDXValue Explicit Conversion Operators

Include Protected Members
Include Inherited Members

Converts an MDXValue object into another type.

Overload List

  Name Description
Public operatorStatic member Explicit(SByte to MDXValue) Explicitly converts an 8-bit signed integer value to an MDXValue object.
Public operatorStatic member Explicit(Boolean to MDXValue) Explicitly converts a Boolean value to an MDXValue object.
Public operatorStatic member Explicit(Byte to MDXValue) Explicitly converts an 8-bit unsigned integer value to an MDXValue object.
Public operatorStatic member Explicit(Char to MDXValue) Explicitly converts a Unicode character value to an MDXValue object.
Public operatorStatic member Explicit(DateTime to MDXValue) Explicitly converts a DateTime value to an MDXValue object.
Public operatorStatic member Explicit(Decimal to MDXValue) Explicitly converts a decimal value to an MDXValue object.
Public operatorStatic member Explicit(Double to MDXValue) Explicitly converts a double-precision floating-point number value to an MDXValue object.
Public operatorStatic member Explicit(Int16 to MDXValue) Explicitly converts a 16-bit signed integer value to an MDXValue object.
Public operatorStatic member Explicit(Int32 to MDXValue) Explicitly converts a 32-bit signed integer value to an MDXValue object.
Public operatorStatic member Explicit(Int64 to MDXValue) Explicitly converts a 64-bit signed integer value to an MDXValue object.
Public operatorStatic member Explicit(Single to MDXValue) Explicitly converts a single-precision floating-point number to an MDXValue object.
Public operatorStatic member Explicit(String to MDXValue) Explicitly converts a string to an MDXValue object.
Public operatorStatic member Explicit(UInt16 to MDXValue) Explicitly converts a 16-bit unsigned integer to an MDXValue object.
Public operatorStatic member Explicit(UInt32 to MDXValue) Explicitly converts a 32-bit unsigned integer to an MDXValue object.
Public operatorStatic member Explicit(UInt64 to MDXValue) Explicitly converts a 64-bit unsigned integer to an MDXValue object.
Public operatorStatic member Explicit(Hierarchy to MDXValue) Explicitly converts a Hierarchy to an MDXValue object.
Public operatorStatic member Explicit(Level to MDXValue) Explicitly converts a Level object to an MDXValue object.
Public operatorStatic member Explicit(MDXValue to Hierarchy) Explicitly converts an MDXValue object to a Hierarchy.
Public operatorStatic member Explicit(MDXValue to Tuple) Explicitly converts an MDXValue object to a Tuple.
Public operatorStatic member Explicit(MDXValue to Member) Explicitly converts an MDXValue object to a Member object.
Public operatorStatic member Explicit(MDXValue to Level) Explicitly converts an MDXValue object to a Level.
Public operatorStatic member Explicit(MDXValue to Char) Explicitly converts an MDXValue object to a Unicode character.
Public operatorStatic member Explicit(MDXValue to DateTime) Explicitly converts an MDXValue object to a DateTime.
Public operatorStatic member Explicit(MDXValue to String) Explicitly converts an MDXValue object to a string.
Public operatorStatic member Explicit(MDXValue to Boolean) Explicitly converts an MDXValue object to a Boolean value.
Public operatorStatic member Explicit(MDXValue to Decimal) Explicitly converts an MDXValue object to a decimal.
Public operatorStatic member Explicit(MDXValue to Int64) Explicitly converts an MDXValue object to a 64-bit signed integer.
Public operatorStatic member Explicit(MDXValue to UInt64) Explicitly converts an MDXValue object to a 64-bit unsigned integer.
Public operatorStatic member Explicit(MDXValue to UInt32) Explicitly converts an MDXValue object to a 32-bit unsigned integer.
Public operatorStatic member Explicit(MDXValue to UInt16) Explicitly converts an MDXValue object to a 16-bit unsigned integer.
Public operatorStatic member Explicit(MDXValue to Int32) Explicitly converts an MDXValue object to a 32-bit signed integer.
Public operatorStatic member Explicit(MDXValue to Single) Explicitly converts an MDXValue object to a single-precision floating-point number.
Public operatorStatic member Explicit(MDXValue to Set) Explicitly converts an MDXValue object to a Set.
Public operatorStatic member Explicit(MDXValue to SByte) Explicitly converts an MDXValue object to an 8-bit signed integer.
Public operatorStatic member Explicit(MDXValue to Byte) Explicitly converts an MDXValue object to an 8-bit unsigned integer.
Public operatorStatic member Explicit(MDXValue to Double) Explicitly converts an MDXValue object to a double-precision floating-point number.
Public operatorStatic member Explicit(MDXValue to Int16) Explicitly converts an MDXValue object to a 16-bit signed integer.
Public operatorStatic member Explicit(Member to MDXValue) Explicitly converts a Member to an MDXValue object.
Public operatorStatic member Explicit(Set to MDXValue) Explicitly converts a Set to an MDXValue object.
Public operatorStatic member Explicit(Tuple to MDXValue) Explicitly converts a Tuple to an MDXValue object.

Top