Closed SteveDunn closed 6 months ago
Based on feedback, it is clear that TryFrom is required. It will mean that instances can be created without the need to try/catch validation exceptions.
TryFrom
IsInitialized is frequently asked for. This goes hand-in-hand with TryFrom.
IsInitialized
Describe the feature
Based on feedback, it is clear that
TryFrom
is required. It will mean that instances can be created without the need to try/catch validation exceptions.IsInitialized
is frequently asked for. This goes hand-in-hand withTryFrom
.