If you want to output numbers with thousand separators, this can lead to unpleasant effects in multilingual systems. For example, if the data is in “German” format, but the system is set to English, a misinterpretation can occur here, and the double value 110,045
is suddenly displayed or processed as 110045
. (the decimal point is then simply interpreted as a separator and makes a few thousand instead of a few hundred).
XAML
Actions as BindableProperty
You are currently creating your own ContentView in Xamarin.Forms and are wondering how to create properties that can then be bound?
Easy going, the keyword is: BindableProperty.