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