JsonConfFlagConverterConvertFlags Method
Converts a numeric flags value to a corresponding flag object.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public JObject ConvertFlags(
Type flagType,
int flags
)
- flagType Type
- The flags (enum) type.
- flags Int32
- The flags value.
JObjectCorresponding flag object.