Skip to main content
A newer version of this page is available. .

IPivotCustomSummaryValue Members

When implemented by a class, provides the capability to use custom objects as data field underlying values.

Methods

Name Description
CompareTo(Object) Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. Inherited from IComparable.
FromDouble(Double) Converts double values to custom objects.
GetTypeCode() Returns the TypeCode for this instance. Inherited from IConvertible.
ToBoolean(IFormatProvider) Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information. Inherited from IConvertible.
ToByte(IFormatProvider) Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information. Inherited from IConvertible.
ToChar(IFormatProvider) Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information. Inherited from IConvertible.
ToDateTime(IFormatProvider) Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information. Inherited from IConvertible.
ToDecimal(IFormatProvider) Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information. Inherited from IConvertible.
ToDouble(IFormatProvider) Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information. Inherited from IConvertible.
ToInt16(IFormatProvider) Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information. Inherited from IConvertible.
ToInt32(IFormatProvider) Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information. Inherited from IConvertible.
ToInt64(IFormatProvider) Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information. Inherited from IConvertible.
ToSByte(IFormatProvider) Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information. Inherited from IConvertible.
ToSingle(IFormatProvider) Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information. Inherited from IConvertible.
ToString(IFormatProvider) Converts the value of this instance to an equivalent String using the specified culture-specific formatting information. Inherited from IConvertible.
ToType(Type, IFormatProvider) Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information. Inherited from IConvertible.
ToUInt16(IFormatProvider) Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information. Inherited from IConvertible.
ToUInt32(IFormatProvider) Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information. Inherited from IConvertible.
ToUInt64(IFormatProvider) Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information. Inherited from IConvertible.
See Also