Click or drag to resize

IGuiFactoryServiceGetUserFriendlyClassName(Type) Method

Gets a user-friendly class name for the specified type.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
string GetUserFriendlyClassName(
	Type definedtype
)

Parameters

definedtype  Type
The type to describe.

Return Value

String
A user-friendly class name.
See Also