ProductInfoHeaderValue.TryParse(String, ProductInfoHeaderValue) Metod

Definition

Avgör om en sträng är giltig ProductInfoHeaderValue information.

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

Parametrar

input
String

Strängen som ska verifieras.

parsedValue
ProductInfoHeaderValue

Versionen ProductInfoHeaderValue av strängen.

Returer

true om input är giltig ProductInfoHeaderValue information, annars false.

Gäller för