Interface IConvertibleAggregateValue<T>
Supports conversion of AggregateValue to given T.
Namespace: Telerik.Pivot.Core.Aggregates
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IConvertibleAggregateValue<T>
Type Parameters
|
T
The type to convert to. |
Methods
TryConvertValue(out T)
Attempts to convert AggregateValue to given T.
Declaration
bool TryConvertValue(out T value)
Parameters
|
T
value
When this method returns, contains the value associated, if conversion is possible; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized. |
Returns
|
System.Boolean
True if conversion succeeded, otherwise false. |