本文介绍了如何将整数转换为任何字符串vb的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,我一直在花费大部分时间试图弄清楚如何正确地从整数转换为字符串;所以我可以添加一个循环,如果你输入一个字母而不是一个数字,你必须重新输入。数字而不是崩溃。如果有人能指出我正确的方向,我将不胜感激。
我尝试过:
我已尝试过这条线:
Score = Console.ReadLine()或得分= CStr (得分)
解决方案
Hello, I've been spending most of the day trying to figure out how to properly convert from an integer to a string; so I can add a loop where if you input a letter instead of a number you have to re-enter.the number instead of just crashing. If anyone can point me in the right direction it would be much appreciated.
What I have tried:
Ive tried things along this line:
Score = Console.ReadLine() Or Score = CStr(Score)
解决方案
这篇关于如何将整数转换为任何字符串vb的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!