[Mono-list] does mono support int32
Bharti Mishra
bharti2.m at tcs.com
Tue Sep 8 07:40:05 EDT 2009
Adam Tauno Williams wrote:
>
>> 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
>
>
yes It has some value after Convert.ToInt. I just wanted to ask you that
mono support int32 or some parsing concept using 'convet' , because I am
running vb.net application onto Open Suse through mono.
--
View this message in context: http://www.nabble.com/does-mono-support-int32-tp25343836p25344487.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list