Click or drag to resize

FndFlagUtil Methods

The FndFlagUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearFlag
Clear a flag from an integer value
Public methodStatic memberContainsFlag
Check whether an integer value has the specified flag and returns true or false depending on the flag status
Public methodStatic memberReadBoolFlag
Check whether an integer value has the specified flag and returns true or false depending on the flag status
Public methodStatic memberReadIntFlag
Check whether an integer value has the specified flag
Public methodStatic memberSetFlag(Int32, Int32)
Set a flag to an integer value
Public methodStatic memberSetFlag(Int32, Int32, Boolean)
Set a flag to an integer value
Top
See Also