D
davidpryce123
Dear Group.
For an application I am developing I need to display a 64 bit bitmap
as a compressed ascii string of bits. This is to allow for the
easier understanding of the bits for the users.
For example in the bitmap if bits, 1,2,3,4,5,6, 17,18,19 and 63 are
set they would like to display a string 1-6,17-19, 63.
Is there a easy way to do this in Csharp or do I need to roll my own?
Any suggestions on the best way to do this if I need to roll my own?
Thanks
David
For an application I am developing I need to display a 64 bit bitmap
as a compressed ascii string of bits. This is to allow for the
easier understanding of the bits for the users.
For example in the bitmap if bits, 1,2,3,4,5,6, 17,18,19 and 63 are
set they would like to display a string 1-6,17-19, 63.
Is there a easy way to do this in Csharp or do I need to roll my own?
Any suggestions on the best way to do this if I need to roll my own?
Thanks
David