EnumMapper.FormatEnum method
namespace: Serenity assembly: Serenity.Net.Core
Formats the enum.
public static string FormatEnum(this ITextLocalizer localizer, Type enumType, object value)
| parameter | description |
|---|---|
| localizer | Text localizer |
| enumType | Type of the enum. |
| value | The value. |
See Also
- interface ITextLocalizer
- class EnumMapper