Unicode Controls & Classes for VB6 - Version 4

clsLargeNumber.ConvToBase10 Function

Converts a number in Base xx to Base 10

Syntax
Public Function ConvToBase10 (ByVal SA As String, _
ByRef FromBase As String) As String
Parameters
Parameter Description
ByVal SA As String The number (in string format)
ByRef FromBase As String The source base
Remarks