Skip to main content

BaseConvertFrom

Type

operator

Summary

Converts the base of Operand

Syntax

<Operand> converted from base <Source>

Description

Interprets a string in the desired base and converts it to decimal.

note

The source base must be an integer between 2 and 32.

Parameters

NameTypeDescription

Operand

An expression that evaluates to a string.

Source

An expression that evaluates to an integer.

Thank you for your feedback!

Was this page helpful?