double Percentage = 89.5234234234;
<Label Text="{Binding Percentage,StringFormat='{0:F2}%'}" />
Output : 89.52%Code Behind You Can Try this.
Percentage.ToString("0.00");
Learn .NET MAUI with step-by-step C# tutorials and ready-to-use code samples MVVM, SQLite, REST APIs, navigation, notifications and more for cross-platform apps.
No comments:
Post a Comment