Null

A value that indicates that a variable contains no valid data; is the result of:

         an explicit assignment of a variable to Null, or

         any operation between expressions that contain Null.

Null is not the same as Empty which indicates that a variable has not been initialized.