Method GetDecimal
GetDecimal(int)
Gets the fixed-position numeric value of the specified field.
public decimal GetDecimal(int i)
Parameters
iintThe index of the field to find.
Returns
- decimal
 The fixed-position numeric value of the specified field.
Exceptions
- IndexOutOfRangeException
 The index passed was outside the range of 0 through FieldCount.