[]
Gets a formatted value from the Values array.
public string GetFormattedValue(int index)
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)
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. |