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

Conversion Error C# --> VB

1 Answer 114 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.
Robert
Top achievements
Rank 1
Robert asked on 27 Dec 2011, 11:21 AM
Hi there,
thx for this great tool, helping us to translate C# to VB. However, there is a translation error to report, which was not to find at the first view.The source code for the function declaration
public static bool Foo(Guid guid, out ILayerView obj)

was converted to
Public Shared Function Foo(guid As Guidobj As ILayerView) As Boolean

but it should convert to
Public Shared Function Foo(guid As Guid, ByRef obj As ILayerView) As Boolean

allowing the obj param to be modified inside the function.

Regards from Vienna,
Robert










 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 Dec 2011, 04:29 PM
Hi Robert,

Thank you for reporting this problem.

I escalated it to the attention of our developers and they will research it.

Best regards,
Rumen
the Telerik team

Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

Tags
Code Converter
Asked by
Robert
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or