|
| ||||||||||
| Tags: string to int |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to convert string to int
Can anyone tell me how to convert an int to a string value that I define? Please help. |
|
#2
| |||
| |||
| Re: How to convert string to int
TO covert string to Int32, take this function: Quote:
|
|
#3
| |||
| |||
| Re: How to convert string to int
you can make a function some like this to convert string to int:- Quote:
|
|
#4
| ||||
| ||||
| Re: How to convert string to int
just use the Convert methods,, Convert.ToInt32(textbox1.text).the only valid conversion would be a string of the character codes for each character in a string. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to convert string to int" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Convert string into int in C | screwball | Software Development | 4 | 22-12-2011 07:47 PM |
| Convert XML string into DOM | GreatThinker | Software Development | 6 | 22-07-2010 09:48 AM |
| How to convert string into DateTime | Segvoia | Software Development | 7 | 05-03-2010 01:55 PM |
| Convert a string in decimal | FlayoFish | Software Development | 3 | 23-04-2009 12:18 PM |
| Convert a string to bytes | $tatic | Software Development | 4 | 18-02-2009 01:29 PM |