FileName Conversion (FileName to String) |
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static explicit operator string? (
FileName? path
)
Parameters
- path FileName
- The file path.
Return Value
StringThe normalized string path.
See Also