RendererExtensionsFirstThreeCharsFromHeaderTitle Method |
Extracts up to three identifying characters from a header title.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string FirstThreeCharsFromHeaderTitle(
string title
)
Parameters
- title String
- The header title.
Return Value
StringA short identifier derived from the title.
See Also