New to Telerik UI for WinFormsStart a free 30-day trial

Supports conversion of AggregateValue to given T.

Definition

Namespace:Telerik.Pivot.Core.Aggregates

Assembly:Telerik.WinControls.PivotGrid.dll

Type Parameters:

T

The type to convert to.

Syntax:

C#
public interface IConvertibleAggregateValue<T>

Derived Classes: DoubleAggregateValue

Methods

Attempts to convert AggregateValue to given T.

C#
bool TryConvertValue(out T value)
Parameters:valueT

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:

bool

True if conversion succeeded, otherwise false.

In this article
DefinitionMethodsTryConvertValue(out T)
Not finding the help you need?
Contact Support