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.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static string GetClassNameOfName(
string name
)
Parameters
- name String
- The node name to convert.
Return Value
StringThe corresponding class-name key for the given node name.
See Also