本文介绍了Cint还是Integer.Parse?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
哪一个更好用? CInt(字符串)还是Integer.Parse(字符串)?谢谢!
Which one is better to use? CInt(string) or Integer.Parse(string)? thanks!
推荐答案
个人喜好。
-
Herfried K. Wagner [MVP]
< URL:http://dotnet.mvps.org/>
Personal preference.
--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
取决于你是否想保留VB感觉。或者去核心框架
一路上。
Depends on whether you want to retain the VB "feel" or go hardcore Framework
all the way.
谢谢!
取决于您是否要保留VB感觉。或者去硬核
框架一直。
thanks!
Depends on whether you want to retain the VB "feel" or go hardcoreFramework all the way.
这篇关于Cint还是Integer.Parse?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!