Skip to main content

StringConverters Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

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

public class StringConverters

Inheritance: object -> StringConverters

Fields

NameDescription
IsNotNullOrEmptyA value converter that returns true if the input string is not null or empty.
IsNullOrEmptyA value converter that returns true if the input string is null or an empty string.

IsNotNullOrEmpty Field

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

public Avalonia.Data.Converters.IValueConverter IsNotNullOrEmpty

IsNullOrEmpty Field

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

public Avalonia.Data.Converters.IValueConverter IsNullOrEmpty