MFEnumJsonConverterGetEnumName Method |
Returns the serializable name of an enum value.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static string GetEnumName(
Type enumType,
Enum value
)
Public Shared Function GetEnumName (
enumType As Type,
value As Enum
) As String
public:
static String^ GetEnumName(
Type^ enumType,
Enum^ value
)
Parameters
- enumType
- Type: SystemType
The enum type. - value
- Type: SystemEnum
The enum value.
Return Value
Type:
StringJSON name.
See Also