BasedStr$

Purpose:

Returns the value to any radix.

Parameter:

Number       Value.

Number       Radix (2 to 36).

Number       (optional) Minimum length of the string (without optional prefix). Default: 0 for the minimal length.

Boolean       (optional) Defines if a prefix ('0b' for radix 2, '0o' for radix 8, '0x' for radix 16) is inserted before the string. Default: False.

Return value:

String

Example:

BasedStr$ (1,2,1,True)        Result: 0b1