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