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.

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to