Converts any value to Empty string.

Namespace: Dapfor.Wpf.Converters
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public class EmptyConverter : IValueConverter
Visual Basic
Public Class EmptyConverter
	Implements IValueConverter
Visual C++
public ref class EmptyConverter : IValueConverter
F#
type EmptyConverter =  
    class
        interface IValueConverter
    end

Inheritance Hierarchy

System..::..Object
  Dapfor.Wpf.Converters..::..EmptyConverter

See Also