私はbbbbを達成したいので、値「2;#bbbb」を返すコードのセットを持っています。以下は私が書いたコードです。SPListItemCollection col = StationaryList.Items; for (int i = 0; i < col.Count; i++) { SPListItem item = col[i]; カテゴリ名=item["クイズカテゴリ名"].ToString(); }
Please tell me what do i do to achieve this.
Actual Output: "2;#bbbb"
Expected Output: bbbb