Re: ? Identifying Current Language Code

From: Peter Huang (v-phuang_at_online.microsoft.com)
Date: 09/09/04


Date: Thu, 09 Sep 2004 03:06:33 GMT

Hi Alec,

Here is a link about convern hex string into int, you may take a look
Convert Hex String to an Integer Value. - by Borland Developer Support Staff
http://bdn.borland.com/article/0,1410,17203,0.html

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.



Relevant Pages

  • Re: ? Identifying Current Language Code
    ... I've got a lot of great/powerful units I've written in pascal that I can use ... > Hi Alec, ... > Here is a link about convern hex string into int, you may take a look> Convert Hex String to an Integer Value. ... - by Borland Developer Support ...
    (microsoft.public.vc.mfc)
  • Re: Is there a simpler way?
    ... Binary value or binary string? ... If you need to convert a hex string to a binary strings, ... static int setdigit; ... int SevStrHexToBin(const char *hexval, int groupchar, ...
    (microsoft.public.dotnet.languages.vc)
  • Re: CString hex value to CString decimal value
    ... P.S. you might what to change the return type to a long instead of an int. ... > and then put back as a string into an other CString. ... > that converting a large hex string to int does not work. ...
    (microsoft.public.vc.mfc)
  • Re: 0x00FF Arrg...
    ... I think you want a hex string. ... the & automatically promotes to int so does nothing. ... http://mindprod.com Java custom programming, consulting and coaching. ...
    (comp.lang.java.programmer)
  • Re: Interesting Integer.parseInt() problem
    ... >>From some experimenting it appears parseIntis not an inverse of ... In other words the hex string to parseInt ... int back = Integer.parseInt; ...
    (comp.lang.java.programmer)