Question:If there is no valid conversion between two types, what should you do when implementing the IConvertible interface? - VB.NET
A Delete the ToType member that performs the conversion.
B Throw an InvalidCastException.
C Throw a new custom exception reporting the error.
D Leave the member body empty.
+ AnswerB
+ Report