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);



KennethCC
me
jamesmcm
Can
Kelmi
ysg
dannymo2
chorny
wallie
Hackdemian
dannyboy
sundaramkumar
mattrmiller
Pio
i_kenneth
ASmith
ctiggerf
sehrgut
bertheymans
SCoon
There are currently no comments for this snippet.