Gets a formatted value from the
Values array.
'Declaration
Public Overloads Function GetFormattedValue( _
ByVal As System.Integer, _
ByVal As System.Object _
) As System.String
public System.string GetFormattedValue(
System.int ,
System.object
)
Parameters
- index
- Index of the field whose value should be retrieved.
- item
- Object that provides the unformatted value.
Return Value
The formatted value for the given index.