IFileStreamReader.ReadDecimal(Int64, Boolean, Boolean, Decimal) 方法

定義

public:
 int ReadDecimal(long i64Offset, bool bSkipValue, bool % IsNull, System::Decimal % dtVal);
public int ReadDecimal (long i64Offset, bool bSkipValue, ref bool IsNull, ref decimal dtVal);
Public Function ReadDecimal (i64Offset As Long, bSkipValue As Boolean, ByRef IsNull As Boolean, ByRef dtVal As Decimal) As Integer

參數

i64Offset
Int64
bSkipValue
Boolean
IsNull
Boolean
dtVal
Decimal

傳回

Int32

適用於