I have an integer that gets incremented
I then want this in hex so I do the conversion like so: myInt.ToString("X");
I then need a string in the format of 00 00 00 00 but I cannot work out a way to convert the hex string I now have into this format.
With a Linq query you can do this: