[Mono-list] does mono support int32

Daniel Morgan monodanmorg at yahoo.com
Tue Sep 8 12:10:33 EDT 2009


Functions in vb.net require parentheses.  Also, the conversion will fail if there was an overflow.  You did not specify the exact error message.

--- On Tue, 9/8/09, Adam Tauno Williams <awilliam at whitemice.org> wrote:

> From: Adam Tauno Williams <awilliam at whitemice.org>
> Subject: Re: [Mono-list] does mono support int32
> To: "mono-list" <mono-list at lists.ximian.com>
> Date: Tuesday, September 8, 2009, 7:04 AM
> > My project is using int32 like
> > dim loginBranchNo As Int32
> > or
> > iLoginBranchNo = Convert.ToInt32
> > I am getting some error , please contact to system
> administrator. Priviosly
> > I have removed some windows specific function from my
> project.
> > so I want to know is there any problem with Int32 in
> mono.
> 
> I doubt it;  I use "int" and "Convert.ToInt32" in my
> app
> <http://code.google.com/p/consonance/>
> without any issues.  I don't know
> VB at all, but "iLoginBranchNo = Convert.ToInt32" seems
> rather odd.
> Shouldn't it be something like -
> iLoginBranchNo = 15; or iLoginBranchNo =
> Convert.ToInt32("15");
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 


      


More information about the Mono-list mailing list