在 C# ,strings 是以物件(Objects)形式存在。 因此,當我們宣告 string 時,事實上是實例化(instantiate)一個字串物件。

另外,C# 提供了許多方法給string使用, 讓我們可以很方便的分析及處理字串相關的計算

Continue Reading