Search Results for

    Show / Hide Table of Contents

    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 : IValueConverter

    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

    IValueConverter

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • StringIsNullOrEmptyToBool()
    • Methods
      • Convert(object, Type, object, CultureInfo)
      • ConvertBack(object, Type, object, CultureInfo)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX