I am still fairly new to C#. My background is in IBM mainframe. I have most of the basics down I think but here is what i am unsure of how to do.

I have image files, could be one of 4 or 5 formats. I know from some research the header tag in hex will tell me if the file is a Tif or Jpeg or raster.

IE (4D 4D 00 2A) is a Tif image.

How do I read in this file and translate it to Hex?