CheckQuoted()

CookieParser::CheckQuoted(String) method

Checks if the specified string is wrapped in the quotes.

static String System::Net::CookieParser::CheckQuoted(String value)

Arguments

ParameterTypeDescription
valueStringThe string to check.

Return Value

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

See Also