bitfield_to_string
Description:
[
Version ( since =
"0.5.2" ) ]
public static string bitfield_to_string (
Bitfield groups)
Converts a enumerated type bitfield to its text representation
Parameters:
groups |
The enumerated type values
|
Returns:
the enumerated constant value, e.g. "gnome;kde"
|