Tuesday, 13 August 2013

does %d in String.format() work for unsigned integers also?

does %d in String.format() work for unsigned integers also?

in printf() I remember for unsigned there is %u... but I can find no such
%u in specs for String.format()
so if I have a large unsigned int then %d will work correctly on it?

No comments:

Post a Comment