Back to product page

ToString method (HttpCookie)


Returns string expression containing full cookie line.

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

This method will return string expression contains all available cookie information, all in one line. It will include cookie name, value, and all attributes, separated by semicolon.

Platforms

Windows