通过Linq在List中检查关键字
我有一个列表,我需要通过它检查列表中的项目 (DescVal) 是否包含 和 *,如果是,则返回 false。我想我什至可以让它返回带有 * 的记录,然后进行计数,如果计数为 0,那么我知道它是 false,但如果它一开始就可以返回 false,那就太好了。
先感谢您。
I have a List through which I need to check if an item of the list (DescVal) contains and * and if so, return a false. I guess I can even have it return the records that have an * and then do a count and if the count is 0 then I know it was false but if it can return false to begin with, that would be great.
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像你想要的
It sounds like you want