IGuiFactoryServiceGetUserFriendlyClassName(Type, Boolean) Method |
Gets user-friendly class names for the specified types.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxstring[] 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
StringThe user-friendly class names.
See Also