C# Класс OnlineVideos.MediaPortal2.LanguageIconConverter

Наследование: IValueConverter
Показать файл Открыть проект

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

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

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

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

public Convert ( object value, Type targetType, object parameter, CultureInfo culture, object &result ) : bool
value object
targetType System.Type
parameter object
culture CultureInfo
result object
Результат bool

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

public ConvertBack ( object val, Type targetType, object parameter, CultureInfo culture, object &result ) : bool
val object
targetType System.Type
parameter object
culture CultureInfo
result object
Результат bool