首页  编辑  

char[]转换为字符串

Tags: /C#/字符串处理/   Date Created:

char [] vChars = { '1' , '2' , '3' };

string s = new string (vChars);