Search:

Type: Posts; User: liron50

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,054

    [SOLVED] Re: Convert Formatted String to Integer

    Hi,
    Thanks I used the parse method, and it seems working.

    long newlong= longFormat.parse(strLong).longValue();
  2. Replies
    4
    Views
    1,054

    [SOLVED] Re: Convert Formatted String to Integer

    Hi Norm,
    Can you be more specify?
    Is the conversion that I'm trying is not possible?
  3. Replies
    4
    Views
    1,054

    [SOLVED] Convert Formatted String to Integer

    Hi,
    Appreciate any help on this issue.
    If I use the class DecimalFormat to format long number, how can I convert it back to integer?




    DecimalFormat longFormat = new DecimalFormat("#,###"); ...
Results 1 to 3 of 3