Hi,
Is there any tools available to convert X++ language code to C# language code
*This post is locked for comments
I have the same question (0)Yes and no. There is no such converter, but you can generate CIL from X++ (in AX2012) and use a decompiler from CIL to C# (such as Reflector).