G
Guest
It seems that Microsoft always leaves out a peice of functionality that logically belongs somewhere. (I am new to this language.
In the integer object there are many methods that are always needed, such as hashing, typeing, and converting into a string
In the string object there are many methods that are always needed, such as hashing and typing. However, there is no function to convert the string into an integer object. To be orthogonal, shouldn't there be this conversion function since there is one in the integer object and it is one of the most often used functions on a string
How do you convert a string into an integer
In the integer object there are many methods that are always needed, such as hashing, typeing, and converting into a string
In the string object there are many methods that are always needed, such as hashing and typing. However, there is no function to convert the string into an integer object. To be orthogonal, shouldn't there be this conversion function since there is one in the integer object and it is one of the most often used functions on a string
How do you convert a string into an integer