ContentRangeHeaderValue.TryParse(String, ContentRangeHeaderValue) Metoda

Definicja

Określa, czy ciąg jest prawidłowymi ContentRangeHeaderValue informacjami.

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

Parametry

input
String

Ciąg do sprawdzania poprawności.

Zwraca

truejeśli input są prawidłowe ContentRangeHeaderValue informacje; w przeciwnym razie . false

Dotyczy