Helpful regex expressions for converting VB code to C#
These expressions are not fool proof but they certainly should aid in the conversion of VB code to C# code. Caveats: For shorter pieces of code you would be better to just manually convert the code. The regular expression engineĀ usedĀ in the Visual Studio find and replace box and the regex engine used in…