Method GetDecimal
GetDecimal(int)
Gets the fixed-position numeric value of the specified field.
public decimal GetDecimal(int i)
Parameters
i
intThe 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.