Sofu Documentation
ToInt Method
NamespacesSofu.SofuValueToInt()()()
Returns this Value as an Int32
Declaration Syntax
C#
public int ToInt()
Return Value
Itself as an Integer
Examples
CopyC#
Sofu.Sofu.Value val = new Sofu.Sofu.Value("333"); //Note the String
            Console.Out.WriteLine(val.ToInt() + 1); //Writes 334

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)