var boolValue:Boolean = (boolString == "true") ? true : false; just one line! I like it!
var boolValue:Boolean = (boolString == "true") ? true : false;