|
Subject:
|
default(System.Type) does this exist in VB.NET 2k5
|
|
Posted By:
|
Peace2u
|
Post Date:
|
8/18/2006 6:51:25 AM
|
Hi Everybody,
Can someone please tell me how to convert this to vb.net
public int amount = default(System.Int32);
I tried doing
public amount as Integer = default(System.Int32)
but VS.NET 2005 gives the error Expression Expected.
Does this c# system function exist in VB.NET?
Thank you in advance,
/Peace2u my friends
|
|