Returns this Value as an Int64

C# |
public long ToLong()

Itself as an Integer


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