This package includes Windows.Foundation like APIs cross-platform such as:
- Size for representing number values that specify a height and width.
- TypedEventHandler for representing a method that handles general events.
A simple object to represent the size of a file. This is super useful when converting between bytes, megabytes, gigabytes, etc. Provides nice parsing for values like '2 GB' or '1.54mb'. Also has nice formatting in its ToString method.
Calculate, format, or print file sizes; with support for both base 10 (e.g. kilobyte, megabyte, KB, MB) and base 2 (e.g. kibibyte, mebibyte, KiB, MiB) sizes.
Customizable open source library for validating generic file formats (size, extension, file signature, checksum etc.) with available extensions which can detect corrupted files of some popular file formats.
Builds a friendly representation of a specified byte size value, after converting it to the best matching unit (bytes, KB, MB, GB, etc.). Has various options to control the format of the outputted string.
CodeBits are useful code blocks that can included in your C# projects through NuGet. Each code...
More information
Editors contains part-based and masked editors for everything from date/time to currency entry, with unique designs that are specifically crafted to support input by keyboard, mouse, touch, and pen in WPF applications.
Edit box controls support .NET data types input such as dates, times, numbers,...
More information