C# Класс Core2D.Avalonia.Converters.IsNotNullConverter

Converts a binding value object from object to bool True if value is not equal to null and AvaloniaProperty.UnsetValue otherwise return False.
Наследование: IValueConverter
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance IsNotNullConverter

Открытые методы

Метод Описание
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value.

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value.

Описание методов

Convert() публичный Метод

Converts a value.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The type of the target.
parameter object A user-defined parameter.
culture System.Globalization.CultureInfo The culture to use.
Результат object

ConvertBack() публичный Метод

Converts a value.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The type of the target.
parameter object A user-defined parameter.
culture System.Globalization.CultureInfo The culture to use.
Результат object

Описание свойств

Instance публичное статическое свойство

Gets an instance of a IsNotNullConverter.
public static IsNotNullConverter,Core2D.Avalonia.Converters Instance
Результат IsNotNullConverter