Subject: Re: Hex to decimals
From: "Bill Kelly" <billk cts.com>
Date: Tue, 11 Dec 2007 03:23:20 +0900
References: 282935
From: "Shandy Nantz" <shandybleu / yahoo.com>
>
> Any suggestions on how to convert a Hex value to its decimal equivalent?
> Have been coming up blank on this one. Thanks,
>> "ff".to_i(16)
=> 255
Regards,
Bill