DirectoryNameCreate(String) Method |
Creates a DirectoryName 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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DirectoryName? Create(
string directoryName
)
Parameters
- directoryName String
[Missing <param name="directoryName"/> documentation for "M:Altaxo.Main.Services.DirectoryName.Create(System.String)"]
Return Value
DirectoryName[Missing <returns> documentation for "M:Altaxo.Main.Services.DirectoryName.Create(System.String)"]
See Also