RetryConditionHeaderValue.TryParse(String, RetryConditionHeaderValue) Methode

Definitie

Bepaalt of een tekenreeks geldige RetryConditionHeaderValue informatie is.

public:
 static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] System::Net::Http::Headers::RetryConditionHeaderValue ^ % parsedValue);
public static bool TryParse(string input, out System.Net.Http.Headers.RetryConditionHeaderValue parsedValue);
public static bool TryParse(string? input, out System.Net.Http.Headers.RetryConditionHeaderValue? parsedValue);
static member TryParse : string * RetryConditionHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As RetryConditionHeaderValue) As Boolean

Parameters

input
String

De tekenreeks die moet worden gevalideerd.

parsedValue
RetryConditionHeaderValue

De RetryConditionHeaderValue versie van de tekenreeks.

Retouren

trueindien input geldige RetryConditionHeaderValue informatie; anders. false

Van toepassing op