Skip to content

Extensions.ToClearString method

Given an enum value, it returns its 'description'. The default ToString() value will be overridden with more meaningfull values when needed.

public static string? ToClearString(this Enum value)
parameter description
value the enum value

See Also