std.stringio.ParseBool - nitrologic/monkey2 GitHub Wiki

std::std.stringio.ParseBool

Function ParseBool:monkey:monkey.types.Bool( str:monkey:monkey.types.String )

Parse a boolean string.

Returns true if str equals "True", ignoring case. Otherwise, returns false.