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