Unicode Controls & Classes for VB6 - Version 4
clsLargeNumber
.ConvertBases Function
Converts a number from a Base to another
Syntax
Public Function ConvertBases (ByVal
SA
As String, _
ByRef
FromBase
As String, _
ByRef
ToBase
As String) As String
Parameters
Parameter
Description
ByVal
SA
As String
The number (in string format)
ByRef
FromBase
As String
The source base
ByRef
ToBase
As String
The destination base
Remarks