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.
次の文字列値のリストがあるとします。
"12345"、"6789a"、"9876"、"23467b"
"12345"
"6789a"
"9876"
"23467b"
C# で Linq ステートメントを使用して整数のみを選択するにはどうすればよいですか? つまり、戻りたいのは12345andだけです9876。
12345
9876