Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.07 seconds.

  1. Replies
    17
    Views
    45,074

    Re: How to convert String to int

    Well yes or null i suppose, but its a null String lol ;)
  2. Replies
    17
    Views
    45,074

    Re: How to convert String to int

    JOptionPane.showInputDialog() does indeed always return a String
  3. Replies
    17
    Views
    45,074

    Re: How to convert String to int

    No this is designed for converting a String representation of a Numerical value into a numerical value.

    I.e "1" would become integer 1 and "8" would become integer 8 rather than string literals....
Results 1 to 3 of 3