1using System.Globalization;
11 public object?
Convert(
object? value, Type targetType,
object? parameter, CultureInfo culture)
13 if (value is
string s &&
string.IsNullOrEmpty(s))
20 public object?
ConvertBack(
object? value, Type targetType,
object? parameter, CultureInfo culture)
22 return value ??
string.Empty;
The Localized String corresponding to "N/A" if empty.
object ProvideValue(IServiceProvider serviceProvider)
object? Convert(object? value, Type targetType, object? parameter, CultureInfo culture)
object? ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)