File size display format in the server file view and local file view



Fields

Byte

0

Display file size in bytes, conveniently compare file sizes in two file views

Decimal

1

1024B =1KB; 1024KB = 1MB; 1024MB = 1GB

Binary

2

1000B = 1KB; 1000KB = 1MB; 1000MB = 1GB



Examples


Option.Setting.SizeType = SizeType.Byte;     //Change file size display format setting

Main.UpdateOption();   //Update the main GUI




See Also