WorksheetFunction.Base(Double, Double, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.