Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 months ago
JSON representation

Collection of utilities and services for UWP apps

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 |