Back to product page

ToString method (HttpCookies)


Returns string expression containing all cookies.

Type

A String value

Syntax

  • Basic
object.ToString
The ToString(object) syntax has these parts:
objectAn expression evaluating to an object of type HttpCookies.

Remarks

ToString method will return list of all cookies and their values, line by line. Each cookie will be in individual line, including all of it's attributes.

Platforms

Windows