EnumExtensions ToDescription Method | Glimpse API Documentation |
Namespace: Glimpse.Core.Extensions
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
DescriptionAttribute string of the corresponding
Enum member, or an empty string if no
DescriptionAttribute is present.
Enum. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- enumeration
- Type:
System Enum
The enumeration.
Return Value
The


Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type


See Also