DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
strconv.ParseBool()
Examples using...
strconv.ParseBool()
Recent
Examples
ParseBool in Go
by GoDoc
Go
strconv.ParseBool
fmt
fmt.Printf
strconv
ParseBool returns the boolean value represented by the string. It accepts 1, t, T, TRUE, true, True, 0, f, F, FALSE, false, False. Any other value returns an error.