bool
Represents a boolean true/false value
Methods
tofloat
()
returns the value as a float
tointeger
()
returns the value as an integer
tostring
()
returns the value as a string
Method Documentation
float
tofloat
()
Returns the value as a float
Returns
float
integer
tointeger
()
Returns the value as an integer
Returns
integer
string
tostring
()
Returns the value as a string
Returns
string
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
.