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

Make class Alphaleonis.Utils public to expose UnitSizeToText convenience method. #421

Closed Yomodo closed 6 years ago

Yomodo commented 6 years ago

The Alphaleonis.Utils class is currently marked internal. By making it public two convenience methods are made available:

Utils.UnitSizeToText(274348107) outputs a string like: 261,64 MB. Utils.IsNullOrWhiteSpace (for .NET 3.5) for string checking.

Other members will be marked internal/private.

Yomodo commented 6 years ago

Hm.. never mind.