2 references to FormatNullableFloatValueCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
233public static string? FormatValue(float? value, CultureInfo? culture = null) => FormatNullableFloatValueCore(value, culture); 1791formatter = (BindFormatter<float?>)FormatNullableFloatValueCore;