2 references to FormatNullableLongValueCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
158public static string? FormatValue(long? value, CultureInfo? culture = null) => FormatNullableLongValueCore(value, culture); 1725formatter = (BindFormatter<long?>)FormatNullableLongValueCore;