Method GetDecimal
GetDecimal(Int32)
Gets value of a specified index as decimal.
Declaration
decimal GetDecimal(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of a column. |
Returns
Type | Description |
---|---|
System.Decimal | Decimal value on a specified index. |