Converts any value to Empty string.
Namespace: Dapfor.Wpf.ConvertersAssembly: 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 |