Tostring TypeScript

//number to string
number.toString( [radix] )

//any other type to string
variable.toString()
Farwa Miraj