+ 3
How to switch a string value to a int value?
I am a simple guy, and I don't know how to do these things
8 Respuestas
+ 4
convert.toint32("test");
or
int.parse("test");
These two line code converts string to int
+ 2
Use the Microsoft docs to obtain information about C#
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/types/how-to-convert-a-string-to-a-number
+ 1
sorry, c#
+ 1
k, thanks for your time
+ 1
c#, should've put that in the description
0
Which language are you talking about?
0
Sorry, but I don't know much about C# and I can't help you.
You can search Stack Overflow about it.
0
What language ate you writing in?