AK.F1.Timing.UI.Converters.SectorTimeToStringConverter.ConvertBack C# (CSharp) Méthode

ConvertBack() public méthode

This method always throws a System.NotImplementedException.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object
        public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
        {
            throw new NotImplementedException();
        }
SectorTimeToStringConverter