[]
        
(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)
Public Function GetFormattedValue(index As Integer) As String
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)
Public Function GetFormattedValue(index As Integer, item As Object) As String
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.