BaseNullableConverter<TFrom, TTo> public abstract class BaseNullableConverter<TFrom, TTo> : BaseNullableConverterOneWay<TFrom, TTo> Abstract class used to implement converters that supports null and implements the ConvertBack logic. Documentation Code protected BaseNullableConverter() public abstract TFrom ConvertBackTo(TTo value) Method that will be called by ConvertBack.