Contact: aviboots(AT)netvision.net.il
42,709 questions
55,473 answers
573 users
s = "1A5C" n = s.to_i(base=16) puts n puts n.class # run: # # 6748 # Integer #