I assume this was already answered somewhere on SO, but I must be looking for the wrong keywords. I'll gladly remove this question if its a dup.
If not, let's answer the question here.
Example: Take input 7,326,629 and display 6.98 MB
|
6
|
|||||
|
|
|
I did not test this, but it should give you an idea of how to do it.
|
||||||
|
|
|
|
||
|
|
|
|
I assume you're looking for "1.4 MB" instead of "1468006 bytes"? I don't think there is a built-in way to do that in .NET. You'll need to just figure out which unit is appropriate, and format it. Edit: Here's some sample code to do just that: |
||
|
|
|
|
|
||||||||
|
|
|
From: http://www.pinvoke.net/default.aspx/shlwapi/StrFormatByteSize.html |
||
|
|