From: zunda Date: 2003-07-04T02:56:58+09:00 Subject: Re: Base of Numbers Hello, > |Cool. Is there a way to from a string to an int with any base? > > String#to_s(base=10) or String#to_i(base=10)? % ruby -ve 'puts "100".to_i(base=16)' ruby 1.8.0 (2003-07-02) [i686-linux] 256 Best regards, zunda