AdvancedLauncher.UI.Converters.AbstractConverter.Convert C# (CSharp) Method

Convert() public abstract method

public abstract Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object
        public abstract object Convert(object value, Type targetType, object parameter, CultureInfo culture);