EnumMapper.FormatEnum method

namespace: Serenity   assemblySerenity.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