Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / IsNotEmptyOrSpaceStringConverter Class
Members

In This Topic
    IsNotEmptyOrSpaceStringConverter 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
    IsNotEmptyOrSpaceStringConverter Class
    Syntax
    'Declaration
     
    
    Public Class IsNotEmptyOrSpaceStringConverter 
    public class IsNotEmptyOrSpaceStringConverter 
    Remarks
    IsNotEmptyOrSpaceStringConverter is a one-way converter. A target value returned by the converter is false if a source value is null or a zero length string or a string containing space characters only; otherwise, a target value is true.
    Inheritance Hierarchy

    System.Object
       C1.Silverlight.Schedule.IsNotEmptyOrSpaceStringConverter

    See Also