alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
563 stars 99 forks source link

Improve percentage output of properties DiskSpaceInfo- AvailableFreeSpacePercent and UsedSpacePercent #394

Closed Yomodo closed 6 years ago

Yomodo commented 6 years ago

Current output of: DiskSpaceInfo.AvailableFreeSpacePercent and DiskSpaceInfo.UsedSpacePercent

0% is displayed as: 0,00%, preferred is: 0% 100% is displayed as: 100,00%, preferred is: 100%