Table of Contents

Class FilePathConverters

Namespace
CarinaStudio.Data.Converters
Assembly
CarinaStudio.AppBase.Avalonia.dll

Predefined Avalonia.Data.Converters.IValueConverters to convert from file path to specific string.

public static class FilePathConverters
Inheritance
FilePathConverters
Inherited Members

Fields

DirectoryName

Avalonia.Data.Converters.IValueConverter to extract path of parent directory from file path.

public static readonly IValueConverter DirectoryName

Field Value

IValueConverter

Extension

Avalonia.Data.Converters.IValueConverter to extract extension from file path.

public static readonly IValueConverter Extension

Field Value

IValueConverter

FileName

Avalonia.Data.Converters.IValueConverter to extract file name from file path.

public static readonly IValueConverter FileName

Field Value

IValueConverter

FileNameWithoutExtension

Avalonia.Data.Converters.IValueConverter to extract file name without extension from file path.

public static readonly IValueConverter FileNameWithoutExtension

Field Value

IValueConverter