I'm trying to make a text string into a int number, created by the computer, without using any kind of special code.
"Hello" -> "012300121" //I'm not sure what kind of number it you become
Is there anyway it could happen?
Printable View
I'm trying to make a text string into a int number, created by the computer, without using any kind of special code.
"Hello" -> "012300121" //I'm not sure what kind of number it you become
Is there anyway it could happen?
You can change String to a hashcode number if desired, but I don't know of a way of going the other way. What is this all for? Why are you doing this?
Tks!
I was just wondering. :D