WorksheetFunction.Base(Double, Double, Object) Method

Definition

Converts a number into a text representation with the given radix (base).

public string Base (double Arg1, double Arg2, object Arg3);
Public Function Base (Arg1 As Double, Arg2 As Double, Optional Arg3 As Object) As String

Parameters

Arg1
Double

The number that you want to convert.

Arg2
Double

The base Radix that you want to convert the number into.

Arg3
Object

The minimum length of the returned string. If omitted leading zeros are not added.

Returns

Applies to