Domain Detective

API Reference

Class

EnumExtensions

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Provides helper methods for working with enum types.

Inheritance

  • Object
  • EnumExtensions

Methods

public static String GetDescription(Enum value) #
Returns: String

Returns the DescriptionAttribute text for the enum value.

Parameters

value System.Enum requiredposition: 0
Enum value.

Returns

Description text or the value name.

{{ include "footer" }}