JsonConfFlagConverterConvertFlags Method |
Converts a numeric flags value to a corresponding flag object.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic JObject ConvertFlags(
Type flagType,
int flags
)
Parameters
- flagType
- Type: SystemType
The flags (enum) type. - flags
- Type: SystemInt32
The flags value.
Return Value
Type:
JObjectCorresponding flag object.
See Also