GUIFactoryServiceGetUserFriendlyName Method |
Retrieves the description of the enumeration value value.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic string GetUserFriendlyName(
Enum value
)
Parameters
- value Enum
- The enumeration value.
Return Value
StringThe description of this value. If no description is available, the ToString() method is used
to return the name of the value.
Implements
IGuiFactoryServiceGetUserFriendlyName(Enum)
See Also