I may get negative marks for this but still getting some comments from experts or suggestions is more knowledge to me, so here is my question.
Here I am returning a string
public static string mystring()
{
return "test";
}
Is there any best way to return the string or what is the draw back of my return?
1 Answer