AdvancedLauncher.UI.Converters.AbstractConverter.Convert C# (CSharp) Метод

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

public abstract Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object
        public abstract object Convert(object value, Type targetType, object parameter, CultureInfo culture);