MFEnumJsonConverterGetEnumValue Method
Returns the value of an enum by the serializable name.
Namespace: MFiles.VAF.Configuration.JsonAdaptorAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static Enum GetEnumValue(
Type enumType,
string shortName
)
- enumType Type
- The enum type.
- shortName String
- The JSON short name.
EnumJSON name.