We want our coders to NOT use DateTime.parse()
.
How can we block to use it?
Can we override this, to hide from them?
EDIT1
Actually we want to override this method, we have our own method which gets called this way: clsStrUtils.ISOToDate()
.
EDIT2
We do trust our programmers, but this is a specific situation. I don't want to restrict no-one using a better way, I just want to restrict Parse(). They can still use ParseExact().