Skip to content

global toboolean


function toboolean(
  text: string,
  tolerant: boolean
) ->  boolean
@param tolerant - If true, the strings true, yes, on, 1, t and the number 1 all turn into true. Otherwise only true is honoured.

Reference: