[Mono-list] does mono support int32

Adam Tauno Williams awilliam at whitemice.org
Tue Sep 8 13:06:36 EDT 2009


On Tue, 2009-09-08 at 09:10 -0700, Daniel Morgan wrote:
> Functions in vb.net require parentheses.  Also, the conversion will fail if there was an 
> overflow.  You did not specify the exact error message.

In C# one would usually do a -

int x
if (int.TryParse(z, out x))
{
  // I got a number in x from string z
}

Can you do the equivalent in VB;  maybe your convert just failing.



More information about the Mono-list mailing list