FME Server .NET API

IFMETransformationRequest.ToString Method 

Creates and returns a string representing this transformation request. This string is used by the FME Server when communicating the request to the FME Server. It cannot be modified directly; instead, its contents can be changed using the other methods of this class.

[Visual Basic]
Function ToString() As String
[C#]
string ToString();

Return Value

Returns the request string.

See Also

IFMETransformationRequest Interface | IFMETransformationRequest Members | Safe.FMEServer.API Namespace