[Visual Basic] Public Function TransformMessage( _ ByVal inMessage As String, _ ByVal inConfigIndex As Integer, _ ByVal outConfigIndex As Integer _ ) As String
[C#] public string TransformMessage( stringinMessage, intinConfigIndex, intoutConfigIndex );
Remarks
This function invokes Chameleon's translation logic to take a message of the inConfigIndex flavor and translate it to the outConfigIndex flavor.