ContentRangeHeaderValue.TryParse(String, ContentRangeHeaderValue) 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 ContentRangeHeaderValue bilgi olup olmadığını belirler.
public:
static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] System::Net::Http::Headers::ContentRangeHeaderValue ^ % parsedValue);
public static bool TryParse (string input, out System.Net.Http.Headers.ContentRangeHeaderValue parsedValue);
public static bool TryParse (string? input, out System.Net.Http.Headers.ContentRangeHeaderValue? parsedValue);
static member TryParse : string * ContentRangeHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As ContentRangeHeaderValue) As Boolean
Parametreler
- input
- String
Doğrulanacak dize.
- parsedValue
- ContentRangeHeaderValue
ContentRangeHeaderValue Dizenin sürümü.
Döndürülenler
truegeçerli bir bilgiyseinput; değilse, false.ContentRangeHeaderValue