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.
Format or print file sizes in a human-readable format, with support for both base 10 (e.g. kilobyte, megabyte, KB, MB) and base 2 (e.g. kibibyte, mebibyte, KiB, MiB) formats.
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.
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