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