Click or drag to resize

FileName   Conversion (FileName to String)

Converts a FileName 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 explicit operator string? (
	FileName? path
)

Parameters

path  FileName
The file path.

Return Value

String
The normalized string path.
See Also