Table of Contents

Method GetDecimal

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetDecimal(int)

Gets the fixed-position numeric value of the specified field.

public decimal GetDecimal(int i)

Parameters

i int

The 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.