What's new in VB.Net to C# Converter 3.05: July 1st, 2013 · Support for converting Visual Studio 2013 Preview projects! · For C# 3.0 and above, "AddressOf " as an argument to a routine isn't wrapped in an event handler anymore, but just passed as and uses type inference. · Static local variables are now converted to static only when in a shared routine or module, and private when in a class. · Fixed issue of null being passed to a param array argument when no argument should be specified.