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