CacheControlHeaderValue.TryParse 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| TryParse(StringSegment, CacheControlHeaderValue) | 
						 尝试将指定的   | 
        	
| TryParse(String, CacheControlHeaderValue) | 
TryParse(StringSegment, CacheControlHeaderValue)
- Source:
 - CacheControlHeaderValue.cs
 
- Source:
 - CacheControlHeaderValue.cs
 
- Source:
 - CacheControlHeaderValue.cs
 
- Source:
 - CacheControlHeaderValue.cs
 
尝试将指定的 input 分析为 CacheControlHeaderValue。
public:
 static bool TryParse(Microsoft::Extensions::Primitives::StringSegment input, [Runtime::InteropServices::Out] Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ % parsedValue);
	public static bool TryParse(Microsoft.Extensions.Primitives.StringSegment input, out Microsoft.Net.Http.Headers.CacheControlHeaderValue? parsedValue);
	public static bool TryParse(Microsoft.Extensions.Primitives.StringSegment input, out Microsoft.Net.Http.Headers.CacheControlHeaderValue parsedValue);
	static member TryParse : Microsoft.Extensions.Primitives.StringSegment * CacheControlHeaderValue -> bool
	Public Shared Function TryParse (input As StringSegment, ByRef parsedValue As CacheControlHeaderValue) As Boolean
	参数
- input
 - StringSegment
 
要分析的值。
- parsedValue
 - CacheControlHeaderValue
 
已分析的值。
返回
              true 如果输入是有效的 CacheControlHeaderValue,则为 ,否则为 false。
适用于
TryParse(String, CacheControlHeaderValue)
public:
 static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ % parsedValue);
	public static bool TryParse(string input, out Microsoft.Net.Http.Headers.CacheControlHeaderValue parsedValue);
	static member TryParse : string * CacheControlHeaderValue -> bool
	Public Shared Function TryParse (input As String, ByRef parsedValue As CacheControlHeaderValue) As Boolean
	参数
- input
 - String
 
- parsedValue
 - CacheControlHeaderValue