String to int

xiaoxiao2021-03-06  109

There are two ways to turn the numbers entered in TextBox from the character:

Use Convert

String mystring;

Convert.TOINT32 (MyString);

2. Forced conversion

INT32.PARSE (MyString);

转载请注明原文地址:https://www.9cbs.com/read-103154.html

New Post(0)