VB代码转换为C#代码

2025年03月22日 20:31
有2个网友回答
网友(1):

string[] S1=new string[200];

[dllimport("SecuComm.dll")]
public static extern bool CommEncode(ref string cSrc, ref string cTar);

Ps:楼上的注意大小写哦,C#是区分大小写的

网友(2):

string[] s1=new string[200];