string 型別是 String 類別的別名,它可提供許多有用的方法來搜尋字串內容。 ... class StringSearch { static void Main() { string str = "Extension methods have all the capabilities of regular static methods."
msdn.microsoft.com