CacheControlHeaderValue.TryParse(String, CacheControlHeaderValue) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir dizenin geçerli CacheControlHeaderValue bilgi olup olmadığını belirler.
public:
static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] System::Net::Http::Headers::CacheControlHeaderValue ^ % parsedValue);
public static bool TryParse (string input, out System.Net.Http.Headers.CacheControlHeaderValue parsedValue);
public static bool TryParse (string? input, out System.Net.Http.Headers.CacheControlHeaderValue? parsedValue);
static member TryParse : string * CacheControlHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As CacheControlHeaderValue) As Boolean
Parametreler
- input
- String
Doğrulanacak dize.
- parsedValue
- CacheControlHeaderValue
CacheControlHeaderValue Dizenin sürümü.
Döndürülenler
truegeçerli bir bilgiyseinput; değilse, false.CacheControlHeaderValue