string转换为guid类型 split

string str = "{"+context.Request["ID"]+"}";
KpiUser.ID = new Guid(str);

 

 

string[] arrayA=strA.Split(new char[]{','},StringSplitOptions.RemoveEmptyEntries)

posted @ 2014-03-20 15:38  樱花飞落ll  阅读(703)  评论(0)    收藏  举报