char* pointer from string in C# - Stack Overflow
To combine 2 anwers already given, it depends on the direction you need for your parameter. If the function just needs an input string, ie const char *, you can use an argument of type System.String (or plain string). If the function fills a string, ie ch...