Skip to content

Std stringio parsebool

std:std.stringio.ParseBool

Function ParseBool:Bool( str:String )#

Parse a boolean string.

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