You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by jvk-digres January 24, 2025
Hello,
I'm a bit confused as how do I use FormatString parameter in Display<double> component.
If I set it to: {0:F2} and set value to 123.555 I expect it to format with max two decimal places but instead I get: {124:F2} as a result. It seems like it's not using the usual string.Format method.
The text was updated successfully, but these errors were encountered:
Discussed in #5199
Originally posted by jvk-digres January 24, 2025
Hello,
I'm a bit confused as how do I use
FormatString
parameter inDisplay<double>
component.If I set it to:
{0:F2}
and set value to 123.555 I expect it to format with max two decimal places but instead I get:{124:F2}
as a result. It seems like it's not using the usualstring.Format
method.The text was updated successfully, but these errors were encountered: