C#中的String.Copy()和String.CopyTo()方法有什么区别?
String.CopyTo()方法获取字符串字符并将其放入数组中。一组字符从源字符串复制到字符数组中。
以下是Copy()方法-
示例
using System;
class Demo {
static void Main(String[] args) {
string str = "就是这个!";
char[] ch = new char[5];
str.CopyTo(2, ch, 0, 2);
Console.WriteLine("Output...");
Console.WriteLine(ch);
}
}输出结果
Output... is
String.Copy()创建一个内容相似的新字符串对象。
示例
using System;
class Demo {
static void Main(String[] args) {
string str1 = "Welcome!";
string str2 = "user";
str2 = String.Copy(str1);
Console.WriteLine("Output...");
Console.WriteLine(str2);
}
}输出结果
Output... Welcome!
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短