AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
563
stars
99
forks
source link
Make class Alphaleonis.Utils public to expose UnitSizeToText convenience method. #421
Closed
Yomodo closed 6 years ago
The
Alphaleonis.Utils
class is currently markedinternal
. By making itpublic
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
.