Base
Table of Contents
| evaluate() | BASE. | string |
|---|
Methods
evaluate()
BASE.
public
static evaluate(
$number :
mixed
, $radix :
mixed
[, $minLength :
mixed
= null ]
)
: string
Converts a number into a text representation with the given radix (base).
Excel Function: BASE(Number, Radix [Min_length])
Parameters
- $number : mixed
expect float
- $radix : mixed
expect float
- $minLength : mixed = null
expect int or null
Return values
string —the text representation with the given radix (base)