这是我的第一篇博文,废话我就不多说,直入话题。我是一个新手,作为一个新手,我看着 变量.Tostring()..为啥它可以" . "出来呢???于是,我就拿以前公司项目上的一些框架,找来看看。就做了下面的例子,给贴出来吧:
public static partial class OVerrid
{
public static int ToInt(this object value, int def)
{
if (value == null)
{
return def;
}
int result;
if (!int.TryParse(value.ToString(), out result))
{
return def;
}
return result;
}
public static int ToInt(this object value)
{
return ToInt(value, 0);
}
}
static void Main(string[] args)
{
string aa = "";
aa.ToInt();
}
是不是很幼稚??新手来的,没办法!!继续学习探讨中!
创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。