Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorkulman/kulman.uwp
Collection of utilities and services for UWP apps
https://github.com/igorkulman/kulman.uwp
csharp csharp-library utility uwp
Last synced: about 2 hours ago
JSON representation
Collection of utilities and services for UWP apps
- Host: GitHub
- URL: https://github.com/igorkulman/kulman.uwp
- Owner: igorkulman
- Created: 2015-12-06T10:42:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-17T07:31:28.000Z (over 8 years ago)
- Last Synced: 2024-09-29T07:47:55.199Z (about 1 month ago)
- Topics: csharp, csharp-library, utility, uwp
- Language: C#
- Size: 112 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kulman.UWP
============[![Build status](https://ci.appveyor.com/api/projects/status/hxaglfhf17d6yrab?svg=true)](https://ci.appveyor.com/project/igorkulman/kulman-wpa81)
Collection of utilities and services for UWP apps. For Windows Phone 8.1 XAML, use [Kulman.WPA81](https://github.com/igorkulman/Kulman.WPA81).
## Installation
[![NuGet version](http://img.shields.io/nuget/v/Kulman.UWP.svg?style=flat)](https://nuget.org/packages/Kulman.UWP)
PM> Install-Package Kulman.UWP
## What's included?
| Converters |
| ------------- |
| BooleanNegateConverter. |
| BooleanToVisibilityConverter |
| CountToVisibilityConverter |
| InvertedBooleanToVisibilityConverter |
| InvertedObjectToVisibilityConverter |
| LowerCaseConverter |
| ObjectToVisibilityConverter |
| UpperCaseConverter || Services |
| ------------- |
| DialogService |
| LocaSettingsService || Extensions |
| ------------- |
| DataProtectionExtensions |
| StringIOExtensions |