System::Net::CookieParser::CheckQuoted method

CookieParser::CheckQuoted method

Checks if the specified string is wrapped in the quotes.

static String System::Net::CookieParser::CheckQuoted(String value)
ParameterTypeDescription
valueStringThe string to check.

ReturnValue

True when the specified string is wrapped in the quotes, otherwise false.

See Also