Method GetInt16
GetInt16(int)
Gets the 16-bit signed integer value of the specified field.
public short GetInt16(int i)
Parameters
i
intThe index of the field to find.
Returns
- short
The 16-bit signed integer value of the specified field.
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.