This is a migrated thread and some comments may be shown as answers.

Your Converter is a great tool

0 Answers 63 Views
Code Converter
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jan
Top achievements
Rank 1
Jan asked on 05 Feb 2009, 08:21 AM
Hi,

Just wanted to provide feedback on your tool. I only heard of it a couple of weeks ago by a colleague. Since we are in a transition phase from VB.NET to C#, it is a huuuge help to be able to plot in a line or two that you don't completely know how to write properly in C#.

So keep up the good work. I will most certainly be using it in the future.

BTW:
A VB line like Private Sub ButtonClicked(ByVal sender As Object, ByVal e As EventArgs) fails in the converter. It says "Sub" is missing, which it really isn't, whereas I would expect an output with something like private void ButtonClicked(Object sender, EventArgs e).

Best regards, Jan.
Tags
Code Converter
Asked by
Jan
Top achievements
Rank 1
Share this question
or