wodHttpDLX ActiveX Control - ToString Method
      
 

Description

Returns string expression containing all variables.


Return Type

A String value.  


Syntax

object.ToString



The ToString Method syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpRequestFormPost.

Remarks

ToString method will return all variable names and their values as they would be posted to the server. Typically, this will be in form similar to this:

q=this+is+a+test+variable&var2=joe&var3=something

note that & is used as a separator.