System::Net::CookieParser::CheckQuoted 方法

CookieParser::CheckQuoted method

检查指定的字符串是否被引号包裹。

static String System::Net::CookieParser::CheckQuoted(String value)
参数类型描述
String要检查的字符串。

ReturnValue

如果指定的字符串被引号包裹则返回 true,否则返回 false。

另见