TransformMethod

Applies to:uCalc Transform
Class:uCalc.uCalcTransform
Performs the transformation of text
Syntax
Transform()
Remarks
Once all the rules and parameters are set, you can call this function in order to perform the text transformation.

DLL import code
<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="Transform")> _

Private Sub Transform__(ByVal TransformHandle As IntPtr)
End Sub
            
Prev | Next