This seems to be an easy problem but i can\'t figure out.
I need to convert this character < in byte(hex representation), but if i use
char ch2 = 'Z'; Console.Write("{0:X} ", Convert.ToUInt32(ch2));