Unicode Controls & Classes for VB6 - Version 4

clsLargeNumber.ConvFromBase10 Function

Converts a number in Base 10 to another Base

Syntax
Public Function ConvFromBase10 (ByVal SA As String, _
ByRef ToBase As String) As String
Parameters
Parameter Description
ByVal SA As String The number (in string format)
ByRef ToBase As String The destination base
Remarks