-
Notifications
You must be signed in to change notification settings - Fork 0
383f9749 1906 e36b 8ad3 0fa4bad76e14
Axel Kesseler edited this page Sep 27, 2019
·
1 revision
The Plexdata Capacity Converter represents a library that easily allows to format size values into their capacity representation. Such a capacity representation usually consists of a number value followed by its unit, for example 5.34 MB.
Framework
Current target framework of this library is the .NET Standard v2.0.
License
The software has been published under the terms of MIT License.
Namespace | Description |
---|---|
Plexdata.Converters | The Plexdata.Converters namespace contains all supported converters of the Plexdata Capacity Converter library. |
Plexdata.Converters.Constants | The Plexdata.Converters.Constants namespace contains all supported constants of the Plexdata Capacity Converter library. |
Plexdata.Converters.Entities | The Plexdata.Converters.Entities namespace contains all supported entities of the Plexdata Capacity Converter library. |
Plexdata.Formatters | The Plexdata.Formatters namespace contains all supported formatters of the Plexdata Capacity Converter library. |
Plexdata Capacity Converter