StringConverters Class
Definition
Provides a set of useful Avalonia.Data.Converters.IValueConverters for working with string values.
public class StringConverters
Fields
| Name | Description |
|---|---|
| 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. |
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