MFEnumJsonConverterGetEnumName Method
Returns the serializable name of an enum value.
Namespace: MFiles.VAF.Configuration.JsonAdaptorAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static string GetEnumName(
Type enumType,
Enum value
)
- enumType Type
- The enum type.
- value Enum
- The enum value.
StringJSON name.