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.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class IsNotEmptyOrSpaceStringConverter : IValueConverter
Visual Basic
Public Class IsNotEmptyOrSpaceStringConverter _
	Implements IValueConverter

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