Back to product page

ToString mwthod


Returns string expression containing all variables.

Type

A String value

Syntax

  • Basic
object.ToString
The ToString(object) syntax has these parts:
objectAn 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.

Platforms

Windows