Lightstreamer .Net Adapter 1.7
|
Returns the value of a field whose index is supplied (null is a legal value too). Returns null if the Field is not reported in the Item Event. The value can be expressed as either a String or a byte array, the latter case being the most efficient, though restricted to the ISO-8859-1 (ISO-LATIN-1) character set.
Object GetValue(int index);
Object GetValue(int index);
Function GetValue(index As Integer) As Object
Parameters |
Description |
int index |
A Field index. |
A String or a byte array containing the Field value, or null.