PERWAPI.IntConst.GetInt C# (CSharp) Method

GetInt() public method

public GetInt ( ) : int
return int
        public int GetInt()
        {
            if (size < 8)
                return (int)val;
            else
                throw new Exception("Constant is long");
        }