EnumMapper.GetText method
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. |
Return Value
The display text of the enum value.
See Also
- interface ITextLocalizer
- class EnumMapper