EnumParsingGetDescription Method |
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string GetDescription(
Enum value
)
Parameters
- value Enum
- The enum value.
Return Value
StringThe description text, or the enum value converted to string if no description is available.
See Also