Click or drag to resize

FileNameCreate Method

Creates a FileName instance from the string. It is valid to pass null or an empty string to this method (in that case, a null reference will be returned).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static FileName? Create(
	string? fileName
)

Parameters

fileName  String

[Missing <param name="fileName"/> documentation for "M:Altaxo.Main.Services.FileName.Create(System.String)"]

Return Value

FileName

[Missing <returns> documentation for "M:Altaxo.Main.Services.FileName.Create(System.String)"]

See Also