HostIntegratorSession.ProcessString Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.ProcessString Method 

Calls the ProcessString event handler on the server.

[Visual Basic]Public Function ProcessString( _
   ByVal inStr As String _
) As String
[C#]
public string ProcessString(
   string inStr
);

Parameters

inStr
Specifies the input string to be processed.

Return Value

This method returns a string containing the results returned by the ProcessString event handler.

Remarks

Returns a string containing the results returned by the ProcessString event handler.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace