VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

bytes to KB, MB or GB

Adam Orenstein  (6 Submissions)   Data Structures   Visual Basic 3.0   Advanced   Wed 3rd February 2021

with my code you can input a number of bytes and it will tell you how many Kilobytes Megabytes or Giga bytes it is equal to.

Assumes
it pretty self explanatory

API Declarations
Public Enum BYTEVALUES
KiloByte = 1024
MegaByte = 1048576
GigaByte = 107374182
End Enum

Rate bytes to KB, MB or GB (6(6 Vote))
bytes to KB, MB or GB.bas

bytes to KB, MB or GB Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters