Method | Description | |
---|---|---|
CSBitFieldDynamic ( ) : System, | ||
FromString ( string sValue ) : bool | ||
Set ( uint uBitIndex, bool bValue ) : bool | ||
Test ( uint uBitIndex ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
GetHexValue ( uint uNibble ) : string | ||
GetNibbleValue ( string cHex ) : uint | ||
InRange ( uint uBitIndex ) : bool | ||
IsValidStr ( string szValue ) : bool |
public Set ( uint uBitIndex, bool bValue ) : bool | ||
uBitIndex | uint | |
bValue | bool | |
return | bool |