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