An open API service indexing awesome lists of open source software.

https://github.com/patridge/xamarin-forms-value-converters


https://github.com/patridge/xamarin-forms-value-converters

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# [Start of a] Xamarin.Forms IValueConverter collection

## Numbers

### [PluralizationIntegerConverter](https://github.com/patridge/xamarin-forms-value-converters/blob/master/ConverterPlayground/PluralizationIntegerConverter.cs)

Convert a number into a singular or plural word based on whether the source number is 1 or not.

XAML Example:













## TODO

* Create C#-based samples
* Add more converters