【Aras二次开发】如何添加确实的命名空间
Technique
Edit the method-config.xml file located in the Server folder for the Aras Innovator
install.Search for the<Template>tag for the language you are using and include any
additional namespaces you need by adding additional "using" lines.
<Template name="CSharp" line_number_offset="19">
using System.Text;
// Now you can use the System.Text.UTF8Encoding method in your Method.
byte[] info = new UTF8Encoding(true).GetBytes(this.dom.InnerXml);
页:
[1]