Click or drag to resize

ProjectFolderPrependToName Method

Prepends a string to a full name (by prepending to the name part only).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
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
A new full name with prependString inserted before the original name part.
See Also