System.Boolean
boolean
System.IComparable
System.IFormattable
System.IConvertible
System.String
FalseString
"False"
System.String
TrueString
"True"
System.Boolean
HasValue
${this} != null
System.Boolean
Value
${this}
System.Boolean
Parse
System.String
str
Boolean.valueOf(${str})
System.String
ToString
String.valueOf(${this})