[Mono-list] does mono support int32

Adam Tauno Williams awilliam at whitemice.org
Tue Sep 8 07:04:29 EDT 2009


> 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");



More information about the Mono-list mailing list