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.
データベースから短い変数値を取得しようとしていて、それをキャストする必要がありますが、デバッグ時にキャスト エラーが発生します。この問題を解決するにはどうすればよいですか?助けてもらえますか?
obj_OBJimagegallery.watermark =String.IsNullOrEmpty((dr["watermark"]).ToString()) ? null : (short?)(dr["watermark"]);