typescript casting doesnt change strings to numbers code example Example: typescript cast string to number var x = "32"; var y = +x; // y: number