If you're
converting Object expressions to
structures, you can tweak your code for a drastic performance improvement. Because unboxing a Nothing reference throws an exception, a conversion from Object to a structure involves testing for a Nothing reference
Read More...