StringConvertersIsNullOrEmpty Field

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

Definition

Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static readonly IValueConverter IsNullOrEmpty

Field Value

IValueConverter

See Also