DbfNullColumn.GetBit Method | |
Read a bit from the specified position
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax METHOD GetBit(
nPos AS LONG
) AS LOGIC
public bool GetBit(
int nPos
)
Request Example
View SourceParameters
- nPos
- Type: Long
Return Value
Type:
LogicSee Also