IsNothing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CSharp

    IsNothing

    Hi,
    Whats the equivalent in C# for the IsNothing function in VB.Net
    Thanks.


  • Ante Perkovic

    #2
    Re: IsNothing

    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.

    Ante

    Comment

    Working...