[]
Gets a formatted value from the Values array.
public string GetFormattedValue(int index)
Public Function GetFormattedValue(index As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | index | Index of the field whose value should be retrieved. |
| Type | Description |
|---|---|
| string | The formatted value for the given index. |
Gets a formatted value from the Values array.
public string GetFormattedValue(int index, object item)
Public Function GetFormattedValue(index As Integer, item As Object) As String
| Type | Name | Description |
|---|---|---|
| int | index | Index of the field whose value should be retrieved. |
| object | item | Object that provides the unformatted value. |
| Type | Description |
|---|---|
| string | The formatted value for the given index. |