convert a string to x,y,z types
7
convert a string to x,y,z types
i = 12;
(hex string) s = "0x" + (i).toString(16);
(oct string) s = "0" + (i).toString(8);
(bin string) s = (i).toString(2);



mcheung63
cicero
mycodeofshailendra
nostromo
KennethCC
me
jamesmcm
Can
Kelmi
ysg
dannyboy
sundaramkumar
mattrmiller
Pio
i_kenneth
ASmith
ctiggerf
sehrgut
bertheymans
SCoon
There are currently no comments for this snippet.