Top "Nothing" questions

In VB.

How do I use a null value in a double in VB.Net 2010?

Straightforward question: I have a few variables that are doubles. I would like to be able to store a "null" …

vb.net null double nothing
VB.NET Structs and Nothing - problems

I'm having some headaches using Structures and functions that return Nothing in VB.NET. Let me try to explain here …

.net vb.net data-structures structure nothing
Check for Nothing in vbscript/classic asp

I need to update an old classic asp, and I have to call a function that normally returns an array, …

arrays asp-classic nothing
VB.Net Linq to Entities Null Comparison - 'Is Nothing' or '= Nothing'?

We have several projects in VB.Net, using .Net Framework 4 and Linq to Entities for many of our SQL queries. …

vb.net linq-to-entities nullable vb.net-2010 nothing
C# vs VB.NET - Handling of null Structures

I ran across this and was wondering if someone could explain why this works in VB.NET when I would …

c# vb.net nothing
Convert String.Empty to Nothing/Null

Is there a .Net function that does that. I guess if there isn't i have to make my own method. …

.net string textbox integer nothing
VB.NET - string of nulls

I have a string value read in from a CSV file. The CSV file contains 7 NULL bytes, I have confirmed …

vb.net string null nothing
Set variables to "Nothing" is a good practice?

If I got Dim myRect As Rectangle = New Rectangle(0,0,100,100) Is it necessary or just fine to later do this: myRect = …

vb.net memory nothing