GetDecimal Method (C1QuickBooksOnlineDataReader)
Gets the value of the specified column as a Decimal object.
'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.