[]
        
(Showing Draft Content)

C1.PivotEngine.PivotKey.GetFormattedValue

GetFormattedValue Method

GetFormattedValue(int)

Gets a formatted value from the Values array.

Declaration
public string GetFormattedValue(int index)
Parameters
Type Name Description
int index

Index of the field whose value should be retrieved.

Returns
Type Description
string

The formatted value for the given index.

GetFormattedValue(int, object)

Gets a formatted value from the Values array.

Declaration
public string GetFormattedValue(int index, object item)
Parameters
Type Name Description
int index

Index of the field whose value should be retrieved.

object item

Object that provides the unformatted value.

Returns
Type Description
string

The formatted value for the given index.