Subject: Re: Hex to decimals
From: Ilan Berci <coder68 yahoo.com>
Date: Tue, 11 Dec 2007 03:26:24 +0900
References: 282935
In-reply-to: 282935
Shandy Nantz wrote:
> Any suggestions on how to convert a Hex value to its decimal equivalent?
> Have been coming up blank on this one. Thanks,
>
> -S
'0xf'.hex
=> 15
--
Posted via http://www.ruby-forum.com/.