Chameleon and Iguana Plugin C# Class Libraries

Engine.TransformMessage Method 

Transform a message from one format to another.

[Visual Basic]
Public Function TransformMessage( _
   ByVal inMessage As String, _
   ByVal inConfigIndex As Integer, _
   ByVal outConfigIndex As Integer _
) As String
[C#]
public string TransformMessage(
   string inMessage,
   int inConfigIndex,
   int outConfigIndex
);

Remarks

This function invokes Chameleon's translation logic to take a message of the inConfigIndex flavor and translate it to the outConfigIndex flavor.

The function returns the transformed data.

See http://www.interfaceware.com/manual/transform_message.html for more information.

See Also

Engine Class | iNTERFACEWARE.Chameleon Namespace