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