Chapter 18. boolstr
Table of Contents
This library contains the implementation of the formatted output and conversion to string for boolean and datetime objects.
boolstr()
Description
Takes a boolean value and converts it to a string using the format string provided. Examples of valid format strings are: T|F and Y|N.
Prototype
boolstr
(
boolean
,
string b
)
format
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
b | None | boolean | |
format | None | string |