1kb to gb 在 Does .NET provide an easy way convert bytes to KB, MB, GB ... 的評價 Here is a fairly concise way to do this: static readonly string[] SizeSuffixes = { "bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB" }; static string ... ... <看更多>