Declaring a nullable GUID

suggest change

Like other value types, GUID also has a nullable type which can take null value.

Declaration :

Guid? myGuidVar = null;

This is particularly useful when retrieving data from the data base when there is a possibility that value from a table is NULL.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents