ProjectFolderPrependToName Method |
Prepends a string to a full name (by prepending to the name part only).
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string PrependToName(
string oldFullName,
string prependString
)
Parameters
- oldFullName String
- The full original name.
- prependString String
- A string that is to be prepended to the name part of the original name.
Return Value
String[Missing <returns> documentation for "M:Altaxo.Main.ProjectFolder.PrependToName(System.String,System.String)"]
See Also