Skip to main content

StringConverters Class

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

Definition

Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static class StringConverters
View Source
InheritanceObject → StringConverters

Fields

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.

See Also

Reference

Avalonia.Data.Converters Namespace