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