Formatting the .ToString() function
Posted: Wed Dec 03, 2014 12:19 pm
Hi All,
Was wondering if I am missing something here. I should be able to format the .ToString() function like this;
myValue.ToString("X2"); //Format value as hexidecimal with two digits
but for some reason iX developer will not allow it. Is this a namespace I have missed?
Was wondering if I am missing something here. I should be able to format the .ToString() function like this;
myValue.ToString("X2"); //Format value as hexidecimal with two digits
but for some reason iX developer will not allow it. Is this a namespace I have missed?