Well I need to pass the location of a string in memory to a function. In C++ you would just do &string but what do you do in C#? I have tried many things and nothing seems to work.