C# DateTime.MinValue is not the same as SqlDateTime.MinValue(geekdaily.net)
submitted by
justinbezanson(1555) 4 years, 1 month ago
Working with non-nullable types in C# can be a bit of a pain. For instance when I have a date as a string and need to parse it into a DateTime what should the value be if the parse fails? I can’t use null because DateTime is not a nullable type.
|category: C#
|Views: 80
tags:
C# another
Everyones tags:
Your Tags: