Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

String to int?

Discussion in 'Editor & General Support' started by elias723, Jun 3, 2006.

  1. elias723

    elias723

    Joined:
    Feb 10, 2006
    Posts:
    178
    I'm trying to convert a String to an int, but it won't work. The code I'm using resembles:

    var a = 1;
    var b = Integer.parseInt(a);

    Anybody know how to do this? Thanks in advance for your help!
     
  2. klindeman

    klindeman

    Joined:
    Jun 13, 2005
    Posts:
    295
  3. elias723

    elias723

    Joined:
    Feb 10, 2006
    Posts:
    178
    Thanks!