1 bit depth bitmap conversion to hex in C#

In my last post, I talked about using EZBMP, a small C++ library, to convert the 1 bit depth bitmaps to a series of hex codes for inclusion in the program driving the 8×8 LED matrix.

To be consistent with the rest of the C# code provided here, here it is without the EZBMP dependency.