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