将字符串转换char*为c#很容易
char*
string p = "qwerty"; fixed(char* s = p)
但有没有人知道如何转换char[,]成char**c#?
char[,]
char**