Class StringIsNullOrEmptyToBool
Inheritance
Object
StringIsNullOrEmptyToBool
Implements
IValueConverter
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Desktop.Platform.Controls.Converters
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class StringIsNullOrEmptyToBool
Constructors
StringIsNullOrEmptyToBool()
Declaration
public StringIsNullOrEmptyToBool()
Methods
Convert(Object, Type, Object, CultureInfo)
Declaration
public virtual object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
Object | value | |
Type | targetType | |
Object | parameter | |
CultureInfo | culture |
Returns
Type | Description |
---|---|
Object |
ConvertBack(Object, Type, Object, CultureInfo)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
Object | value | |
Type | targetType | |
Object | parameter | |
CultureInfo | culture |
Returns
Type | Description |
---|---|
Object |
Implements
System.Windows.Data.IValueConverter