ProductInfoHeaderValue.TryParse(String, ProductInfoHeaderValue) Metodo

Definizione

Determina se una stringa è informazioni valide ProductInfoHeaderValue .

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);
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

Parametri

input
String

Stringa da convalidare.

parsedValue
ProductInfoHeaderValue

Versione ProductInfoHeaderValue della stringa.

Valori restituiti

true se input sono informazioni valide ProductInfoHeaderValue ; in caso contrario, false.

Si applica a