The NULL value(s)
NULL is a special value that indicates no value has been assigned to a field. If you assign a NULL value to a PDF form field the field will remain empty.
To make matters a bit more complicated, there are multiple types of null values. You can use the IsEmpty function in a VB.Net expression to detect is a value is a null value.