ComponentOne Scheduler for WPF and Silverlight
IsNotEmptyOrSpaceStringConverter Class
Members 

C1.WPF.Schedule Namespace : IsNotEmptyOrSpaceStringConverter Class
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.WPF.Schedule.IsNotEmptyOrSpaceStringConverter

See Also

Reference

IsNotEmptyOrSpaceStringConverter Members
C1.WPF.Schedule Namespace