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