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