Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / IsEmptyOrSpaceStringConverter Class
Members

In This Topic
    IsEmptyOrSpaceStringConverter Class
    In This Topic
    Represents a Binding converter that returns a Boolean value indicating whether a source value is null or a string containing zero or more space characters only, or a not empty string.
    Object Model
    IsEmptyOrSpaceStringConverter Class
    Syntax
    'Declaration
     
    
    Public Class IsEmptyOrSpaceStringConverter 
    public class IsEmptyOrSpaceStringConverter 
    Remarks
    IsEmptyOrSpaceStringConverter is a one-way converter. A target value returned by the converter is true if a source value is null or a zero length string or a string containing space characters only; otherwise, a target value is false.
    Inheritance Hierarchy

    System.Object
       C1.WPF.Schedule.IsEmptyOrSpaceStringConverter

    See Also