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