I would do it something like this


public string info;

public void myMethod(string myInfo)
{
//do whatever you need to do with the information
}