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