The text of the '''ConverterParameter''' will be analyzed, and any occurrance (including duplicates) of <code><nowiki>{0}</nowiki></code>, <code><nowiki>{1}</nowiki></code> and <code><nowiki>{2}</nowiki></code> replaced with the '''binding value''', '''Formatter.Parameter1''' and '''Formatter.Parameter2''' respectively!
Make sure to note, that Xamarin Forms Maui has a native '''[https://docslearn.microsoft.com/en-us/xamarindotnet/xamarin-formsmaui/app-fundamentals/data-binding/string-formatting StringFormat?view=net-maui-9.0 string formatting]''' option as well, that is probably way faster than using a converter for it. Furthermore, it supports formatting options! [[Category:Client|Converters In Xamarin]][[Category:Mobile|Converters In Xamarin]][[Category:Version 5.0|Converters In Mobile]][[Category:XAML|Converters In Xamarin]]
= Data Source =