ProductInfoHeaderValue.TryParse(String, ProductInfoHeaderValue) Methode

Definitie

Bepaalt of een tekenreeks geldige ProductInfoHeaderValue informatie is.

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

Parameters

input
String

De tekenreeks die moet worden gevalideerd.

parsedValue
ProductInfoHeaderValue

De ProductInfoHeaderValue versie van de tekenreeks.

Retouren

trueindien input geldige ProductInfoHeaderValue informatie; anders. false

Van toepassing op