ProductInfoHeaderValue.TryParse(String, ProductInfoHeaderValue) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
文字列が有効な 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);
static member TryParse : string * ProductInfoHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As ProductInfoHeaderValue) As Boolean
パラメーター
- input
- String
検証する文字列。
- parsedValue
- ProductInfoHeaderValue
文字列の ProductInfoHeaderValue バージョン。
返品
true
inputが有効なProductInfoHeaderValue情報である場合はfalse。それ以外の場合は。