Try this. C#. Copy Code. string str = "this is a #string"; string ext = str.Substring(0, str.LastIndexOf("#") + 1);
確定! 回上一頁