MFEnumJsonConverterGetEnumName Method

Returns the serializable name of an enum value.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static string GetEnumName(
	Type enumType,
	Enum value
)

Parameters

enumType  Type
The enum type.
value  Enum
The enum value.

Return Value

String
JSON name.

See Also