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