BREAKING CHANGE: chore: remove byte helper
This commit is contained in:
parent
5504a765dc
commit
d2a5e2850b
|
@ -1,13 +0,0 @@
|
||||||
namespace FruityFoundation.Base;
|
|
||||||
|
|
||||||
public static class ByteHelper
|
|
||||||
{
|
|
||||||
public static long FromKilobytes(long kilobytes) =>
|
|
||||||
kilobytes * 1024;
|
|
||||||
|
|
||||||
public static long FromMegabytes(long megabytes) =>
|
|
||||||
megabytes * 1024 * 1024;
|
|
||||||
|
|
||||||
public static long FromGigabytes(long gigabytes) =>
|
|
||||||
gigabytes * 1024 * 1024 * 1024;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user