Does V# guarantee 100% code conversion from VB.NET to C#?
V# will convert most VB.NET source code but it does not guarantee 100% code conversion.
Does the converter replace my VB.NET code with C#?
No. The converter keeps the VB.NET code intact, generates the C# code and displays it on the
screen.
I use a lot of nested [With – End With] statements. How does the converter handle
them?
Even though C# does not support With – End With statements, the converter recognizes them
and automatically generates the equivalent C# code.
Does the converter support line continuation?
Yes.
Does the converter support the Handles keyword in VB.NET?
Yes. Even though event handling code in C# does not use the Handles keyword, the converter
automatically generates additional event handling code and injects it into the C# result.
Does the converter support casting for VB.NET commands such as ChrW(), CChr(),
CInt(), CType(), etc.?
Yes.
Download pdf V# Convert VB.NET to C# Frequently Asked Questions
Related Searches: line continuation, code conversion, vb net source code, cchr, c code
RSS feed for comments on this post · TrackBack URI
Leave a reply