Vala.Conv.Convert.boolToString – Valacore Reference Manual
boolToString
Description:
public
static
string
boolToString
(
bool
b)
Converts bool to string.
Parameters:
b
source value.
Returns:
"true" or "false".