in the. NET/C-sharp application development process, how do we gracefully convert a file size in bytes to a human-readable unit size (KB,MB,GB,TB)?
for example, there is currently a file whose size in bytes is: 7326629
how to convert this byte unit to MB?