ASP.NET学习笔记(二)字符串常见操作
来源:岁月联盟
时间:2012-07-02
1.取字符串长度

2.截取
变量名.Substring( 起始位置,截取位数)
3.替换

4.典型例子

5.split

6.字符串输出格式

小技巧—输出21个A

7.随机数用法

8.int32.parse() int32.tryparse() convert.toint32() 用法和比较

作者:dxh_0829











