本文介绍了我的代码下面没有得到字符串值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这是我的代码:
string retval = tm.Server_Conn(ServerName,UserName1,Password1);
ServerName,UserName1,Password1得到的值但是retval是null ..如何获取retval中的值
This is my code :
string retval = tm.Server_Conn(ServerName,UserName1,Password1);
ServerName,UserName1,Password1 is got the value but retval is null.. how to get the value in retval
推荐答案
这篇关于我的代码下面没有得到字符串值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!