GetFormattedValue(Int32,Object) Method
Gets a formatted value from the
Values array.
'Declaration
Public Overloads Function GetFormattedValue( _
ByVal As Integer, _
ByVal As Object _
) As String
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.