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) Version: 11.3.999
public static class StringConverters
Inheritance
Object    StringConverters

Fields

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

See Also