|
RE: What's the correct way do design an Exif image information cmdlet? "Staffan Gustafsson" wrote:
> This could be represented as a DateTime. The problem is that the property is
> optional in EXIF.
> If represented as a string, you can allways return null or String.Empty, but
> then you lose all the goodness of the strong typing.
Uhh, why do you think a DateTime property can't be null?
If a String can be null, any other object should be able to be null, too.
--
greetings
dreeschkind |