M module

Support.module:Boolean

Functions

Converts a boolean to its string representation. Simply an alias of toString.

Parameters

value : boolean

The boolean to convert

Returns

string

The string representation of the boolean

Converts a boolean to a URL query parameter

Parameters

value : boolean

The boolean value

key : string

The key for the query parameter

Returns

string

URL query parameter in the form key=value