Bool To String Golang

[Solved] Bool To String Golang | Go - Code Explorer | yomemimo.com
Question : bool to string golang

Answered by : easy-eel-gfff5p1mukyh

use the strconv package
docs
strconv.FormatBool(v)

Source : https://stackoverflow.com/questions/38552803/how-to-convert-a-bool-to-a-string-in-go | Last Update : Thu, 15 Oct 20

Answers related to bool to string golang

Code Explorer Popular Question For Go