ListIsNullOrEmptyConverter public class ListIsNullOrEmptyConverter : BaseNullableConverterOneWay<IEnumerable, bool> Converts the incoming value to a Boolean indicating whether or not the value is null or empty. Documentation Code public ListIsNullOrEmptyConverter()