Returns this Value as an Int32

C# |
public int ToInt()

Itself as an Integer


Sofu.Sofu.Value val = new Sofu.Sofu.Value("333"); //Note the String Console.Out.WriteLine(val.ToInt() + 1); //Writes 334
C# |
public int ToInt()
Sofu.Sofu.Value val = new Sofu.Sofu.Value("333"); //Note the String Console.Out.WriteLine(val.ToInt() + 1); //Writes 334