Hi all!

I need to convert a Short to his binary equivalent. For example:

Dim x As Short = 20480

And then I need a method to get the binary thingy, which in this case is: 101000000000000

I searched for a answer using google, but I couldn't find a proper explanaition.

Thnx!