Returns string expression containing all variables.
A String value.
object.ToString
The ToString Method syntax has these parts:
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.
Your browser does not support iframes.