GetDecimal Method (C1CSVDataReader)
In This Topic
Gets the value of the specified column as a Decimal object.
Syntax
'Declaration
Public Overridable Function GetDecimal( _
ByVal As Integer _
) As Decimal
public virtual decimal GetDecimal(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.
See Also