Click or drag to resize

EnumParsingGetDescription Method

Gets the DescriptionAttribute text for an enum value, if available.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetDescription(
	Enum value
)

Parameters

value  Enum
The enum value.

Return Value

String
The description text, or the enum value converted to string if no description is available.
See Also