Daily Dotnet
Ankit Kashyap
2023-01-11
Which of the following is false about Nullable values in .NET?
Nullable<T>.HasValue indicates whether an instance of a nullable value type has a value of its underlying type
Any nullable value type is an instance of the generic Nullable<T> structure
If the HasValue property is false, Value propetry will return false too
Nullable<T> is same as T?
Made with 💖 in Beautiful British Columbia 🍁