Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> hexstring to integer?

hexstring to integer?

From: <edwards_at_garland.dnr.state.sc.us>
Date: 1997/05/06
Message-ID: <336F93B2.2781@garland.dnr.state.sc.us>#1/1

how do you convert a hexadecimal string to an integer?

DECLARE
intval integer;
BEGIN intval := hextoint('cdc700');

END is there any such built in function? Received on Tue May 06 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US