Jad*_*ias 4 c# string clone object tostring
我刚看到这个
string response = GetResponse();
return response.ToString();
使用该ToString()方法有合理的解释吗?
从ILSpy那里无所作为:
public override string ToString()
{
    return this;
}
但也许他想强迫一个NullReferenceException,虽然这不是最好的做法.