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
IsNullOrEmpty
A value converter that returns true if the input string is null or an empty string.
public static readonly IValueConverter IsNullOrEmpty