You don't need to have the string indicator in 'Hex' display mode. The 'Number to Hex String' function will output a string in Hex notation of the input number. The Hex display mode for the string indicator actually displays the ASCII representation of the string in the indicator, which is normally in hex notation.
If you always want at least 2 digits in the string, change the width(-) terminal to 2. This way, a 0 on the input number will result in a 00 string representation.
Ed

Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.