Gets a formatted value from the Values array.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public string GetFormattedValue(
	int index,
	Object item
)
Visual Basic
Public Function GetFormattedValue ( _
	index As Integer, _
	item As Object _
) As String

Parameters

index
Type: System..::..Int32
Index of the field whose value should be retrieved.
item
Type: System..::..Object
Object that provides the unformatted value.

Return Value

The formatted value for the given index.

See Also