Where can I find an overview of type conversion, e.g. string to integer, etc.?
Because of the comments so far, I'll clarify: I'm looking for a list /table that says: To convert a string to an int, use: ... And same for other data types (where possible): double to int, char to string, ...