2 references to FormatNullableIntValueCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
120public static string? FormatValue(int? value, CultureInfo? culture = null) => FormatNullableIntValueCore(value, culture); 1704formatter = (BindFormatter<int?>)FormatNullableIntValueCore;