https://github.com/patridge/xamarin-forms-value-converters
https://github.com/patridge/xamarin-forms-value-converters
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patridge/xamarin-forms-value-converters
- Owner: patridge
- License: mit
- Created: 2015-10-17T03:43:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T20:26:45.000Z (about 8 years ago)
- Last Synced: 2025-01-01T10:25:31.664Z (5 months ago)
- Language: C#
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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