Intention Action to Convert Integers to Strings
Convert an integer to a string by using the `strconv.Itoa()` call
![Tip Screenshot](/guide/assets/thumbnail-9dd3f321.png)
To convert an integer to a string by using the strconv.Itoa()
call, click the value, press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), and select Convert integer to string using strconv.Itoa()
call.