RangeConditionHeaderValue.TryParse(String, RangeConditionHeaderValue) Méthode

Définition

Détermine si une chaîne est valide RangeConditionHeaderValue .

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

Paramètres

input
String

Chaîne à valider.

parsedValue
RangeConditionHeaderValue

Version RangeConditionHeaderValue de la chaîne.

Retours

true s’il input s’agit d’informations valides RangeConditionHeaderValue ; sinon, false.

S’applique à