2 references to FormatDoubleValueCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
252
public static string? FormatValue(double value, CultureInfo? culture = null) =>
FormatDoubleValueCore
(value, culture);
1736
formatter = (BindFormatter<double>)
FormatDoubleValueCore
;