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