PTT
Submit
Submit
選擇語言
正體中文
简体中文
PTT
C_Sharp
[問題] strcpy
作者:
GoalBased
(Artificail Intelligence)
2014-01-14 13:42:07
請問
我想要有一個功能,是可以指定要copy的長度到另一個字串,
ex:
string a;
string b="12345";
//示意涵式
strcpy(a, b, 3);
結果: a=123
請問C#中有沒有類似這種功能呢?
謝謝
作者:
sholan
(L'oiseau Belu)
2014-01-14 13:56:00
a = b.Substring(0, 3);
作者:
GoalBased
(Artificail Intelligence)
2014-01-14 14:14:00
THX
繼續閱讀
[問題] VS 2012 Express 顯示找不到 framework
PageRank
[問題] boxing 概念請教
eplis
Re: [問題] 將 Method 命名為 Add 的問題
uranusjr
[問題] VS2012 如何修改 form2.label3.text
ymzk
[問題] 資料庫使用範圍疑問
x116898748
[問題] 將 Method 命名為 Add 的問題
On1earth
[問題] 資料庫出錯
x116898748
[問題] VS2010 與VS2012 顯示不同
mike4994
[問題] WebForm UserControl 註冊的問題(已解決)
On1earth
Re: [問題] 請教關於 "public static" 與 "static"
tooto1985
Links
booklink
Contact Us: admin [ a t ] ucptt.com