本文介绍了如何将无效值转换为0?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨:)我是C#的初学者。输入时我有数组填充数组。如果有人意外地提出无效值,例如单词或标点符号我需要将其转换为数字0。非常感谢!
我尝试过:
我尝试了布尔值if(输入是字符串)然后convert.toInt32
Hi :) I am beginner with C#. On input I have array filled with numbers. If someone accidentaly put invalid value e.g. word or punctuation I need to convert it to number 0 instead. Thank you very much!
What I have tried:
I have tried boolean value if (input is string) then convert.toInt32
推荐答案
这篇关于如何将无效值转换为0?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!