baja-Format

Format (or “BFormat”) is used to format objects into strings using a standardized formatting pattern language. The format string is normal text with embedded scripts denoted by the % percent character (use %% to insert a real %). A script is one or more calls chained together using the . dot operator. Calls are mapped to methods using reflections. Given call “foo”, the order of reflection mapping is:

The following special functions are available to use in a script:

Examples of formats:

For related details, see the engineering notes document BFormat (Baja Format) Property Usage.