1
Answer

Checking if field is null

richard smith

richard smith

11y
1.2k
1
Do you need to use this to check if field is null in C#
If (fieldName.Text == "" || fieldName.Text == null)

If so, what does each check, check for, or are they checking for the same thing?
Answers (1)