IsNothing

  • Thread starter Thread starter CSharp
  • Start date Start date
C

CSharp

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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top