Right now, the string that is written to the settings is a parsed and restrung version of the originally entered value. It now accepts values entered in hex for ints, as well as binary and decimal. These value get immediated converted to ints and the value that is retained is the decimal representation of the int. it would be great if the original string was retained so if it is entered in hex it will stay in hex and so-on.