Click or drag to resize

TDataClassGetClassNameOfName Method

Gets the class name key corresponding to a data node name. For example, a node name ending with "Data" will be converted to the key ending with "DataClassName".

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static string GetClassNameOfName(
	string name
)

Parameters

name  String
The node name to convert.

Return Value

String
The corresponding class-name key for the given node name.
See Also