Click or drag to resize

IGuiFactoryServiceGetUserFriendlyClassName(Type, Boolean) Method

Gets user-friendly class names for the specified types.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
string[] GetUserFriendlyClassName(
	Type[] types,
	bool withStartingNone
)

Parameters

types  Type
The types to describe.
withStartingNone  Boolean
If set to true, a leading `None` entry is included.

Return Value

String
The user-friendly class names.
See Also