Contact: aviboots(AT)netvision.net.il
40,902 questions
53,343 answers
573 users
s = "1A5C" n = s.to_i(base=16) puts n puts n.class # run: # # 6748 # Integer #