EnumMapper.GetText method
namespace: Serenity assembly: Serenity.Net.Core
Gets the display text of the enum value.
public static string GetText(this Enum value, ITextLocalizer localizer)
| parameter | description |
|---|---|
| localizer | Text localizer |
| value | The value. |
See Also
- interface ITextLocalizer
- class EnumMapper