Click or drag to resize

EmergencyEmptyToTrue class

ValueConverter, converts a non-empty string to Boolean True.
Inheritance hierarchy
SystemObject
  Vishnu.WPF_UI.ValueConverterNotEmptyToTrue

Namespace: Vishnu.WPF_UI.ValueConverter
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class NotEmptyToTrue : IValueConverter

The NotEmptyToTrue Type exposes the following members.

Constructors
 NameDescription of the
Public MethodNotEmptyToTrueinitializes a new instance of the NotEmptyToTrue class
Back to the top
Methods
 NameDescription of the
Public MethodConvert Converts a non-empty string to Boolean true. ("" or zero: true, everything else: false).
Public MethodConvertBack Converts ExpandDirection to Orientation.
Back to the top
Notes
File: NotEmptyToTrue.cs Author: Erik Nagel 30.05.2013 Erik Nagel: created
See also