Click or drag to resize

PathName   Conversion (PathName to String)

Converts a PathName to its string path.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static implicit operator string (
	PathName? path
)

Parameters

path  PathName
The path.

Return Value

String
The normalized string path.
See Also