News

Or better put use a char[] in place of a byte[]. I am using String.toBytes("UTF-8") to convert a string to byte array. I was told this is a fairly expensive operation and will be better off just ...
BR><BR>The first idea to hit me is something like converting the UInt to a String or a Char[] (easy). Then iterate thru each character in the array and convert the respective character into its ...