C# Class CSBitFieldDynamic, ILRuntime_NewbieGuide

Datei anzeigen Open project: getker/ILRuntime_NewbieGuide

Public Methods

Method Description
CSBitFieldDynamic ( ) : System,
FromString ( string sValue ) : bool
Set ( uint uBitIndex, bool bValue ) : bool
Test ( uint uBitIndex ) : bool
ToString ( ) : string

Private Methods

Method Description
GetHexValue ( uint uNibble ) : string
GetNibbleValue ( string cHex ) : uint
InRange ( uint uBitIndex ) : bool
IsValidStr ( string szValue ) : bool

Method Details

CSBitFieldDynamic() public method

public CSBitFieldDynamic ( ) : System,
return System,

FromString() public method

public FromString ( string sValue ) : bool
sValue string
return bool

Set() public method

public Set ( uint uBitIndex, bool bValue ) : bool
uBitIndex uint
bValue bool
return bool

Test() public method

public Test ( uint uBitIndex ) : bool
uBitIndex uint
return bool

ToString() public method

public ToString ( ) : string
return string