Source position: JPL.Conversion.pas line 31
function BoolToStr(
const b: Boolean;
TrueStr: string = 'True';
FalseStr: string = 'False'
):string;