SIMPOL Documentation

Chapter 18. boolstr

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 b, string format )

Parameters

ParameterDefault valueType nameDescription
bNoneboolean
formatNonestring