Public Function ITF25(strToEncode As String) As String
Dim obj As cruflBCS.CLinear
Set obj = New cruflBCS.CLinear
ITF25 = obj.I25(strToEncode)
Set obj = Nothing
End Function
Public Function ITF25Check(strToEncode As String) As String
Dim obj As cruflBCS.CLinear
Set obj = New cruflBCS.CLinear
ITF25Check = obj.I25Check(strToEncode)
Set obj = Nothing
End Function