Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DataRowView 型を整数型に変換するにはどうすればよいですか?
実際の DataRowView を整数に変換することはできませんが、その値を Integer に変換することはできます。これは、SelectedItem() の値が常に DataRowView になるため、変換できません。SelectedValue.ToString() を使用する