On Mon, 30 Jun 2003 15:59:46 -0400, "CSharp" <heatstor@hotma il.com>
wrote:
[color=blue]
>Hi,
>Whats the equivalent in C# for the IsNothing function in VB.Net[/color]
Well, Nothing in VB.NET is null in C#, so my guess would be isnull
(like in some other C-like languages)? Just gessing.
Comment