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