Table of Contents

Class StringConverters

Namespace
Avalonia.Data.Converters
Assembly
Avalonia.Base.dll

Provides a set of useful IValueConverters for working with string values.

public static class StringConverters
Inheritance
StringConverters
Inherited Members

Fields

IsNotNullOrEmpty

A value converter that returns true if the input string is not null or empty.

public static readonly IValueConverter IsNotNullOrEmpty

Field Value

IValueConverter

IsNullOrEmpty

A value converter that returns true if the input string is null or an empty string.

public static readonly IValueConverter IsNullOrEmpty

Field Value

IValueConverter