GUIFactoryServiceGetUserFriendlyName Method |
Retrieves the description of the enumeration value value.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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