Click or drag to resize

GUIFactoryServiceGetUserFriendlyName Method

Retrieves the description of the enumeration value value.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string GetUserFriendlyName(
	Enum value
)

Parameters

value  Enum
The enumeration value.

Return Value

String
The 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