cannot implicitly convert type void to string.. Below one. So, please anyone can help me how to convertor resolve this issue from void to string here.
public static string result1;
public static string getcomparedata1(string a,string b)
{
form1 TC=new Form1();
result1 =TC.AutomateSourceToTargetStripMenuItem_Click();
return result1;
}
Satya NarayanaPosted Oct 4, 2016, 2:32 AM
Satya NarayanaPosted Oct 4, 2016, 2:30 AM
Bikesh SrivastavaPosted Oct 3, 2016, 11:31 PM
Satya NarayanaPosted Oct 3, 2016, 2:14 PM
Jignesh TrivediPosted Oct 3, 2016, 8:25 AM
ketan borsdiyaPosted Oct 3, 2016, 7:49 AM