BaseConvertTo
Type
operator
Summary
Converts the base of Operand
Syntax
<Operand> converted to base <Target>
Description
Converts a decimal into the desired base, and returns a string representation.
note
The destination base must be an integer between 2 and 32.
Parameters
Name | Type | Description |
---|---|---|
Operand | An expression that evaluates to an integer. | |
Target | An expression that evaluates to an integer. |