vieyahn2017 / pypy

python trial collections
1 stars 1 forks source link

Code Converter (VB - C#) #18

Open vieyahn2017 opened 12 months ago

vieyahn2017 commented 12 months ago

Code Converter (VB - C#)

vieyahn2017 commented 12 months ago

https://blog.csdn.net/mzl87/article/details/126953996

vieyahn2017 commented 12 months ago

https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter

vieyahn2017 commented 12 months ago

https://github.com/icsharpcode/CodeConverter

Convert code from VB.NET to C# (and vice versa) using Roslyn - all free and open source:

vieyahn2017 commented 12 months ago

https://github.com/sevoku/doxygen-vb-filter

Doxygen Visual Basic filter

The Doxygen Visual Basic filter is an awk script that converts Classic VB and VB.NET code syntax to a C#-like syntax, so it can be read and understood by Doxygen.

vieyahn2017 commented 12 months ago

https://github.com/wwdenis/vbconverter/tree/master

The VB Converter analyses VB6 code and converts it to .NET 2.0 (C# or VB). It uses a modified implementation VBParser (of the wondeful work of Paul Vick) and CodeDom.

Feel free to download it, contribute and comment. For any other issues, please contact us: vbconverter@gmail.com

Migrated from Codeplex: https://vbconverter.codeplex.com/

Features

vieyahn2017 commented 12 months ago

search [Convert VB.NET to C#]