HttpProductInfoHeaderValue.TryParse 方法

定義

判斷字串是否為有效的 HttpProductInfoHeaderValue 資訊。

public:
 static bool TryParse(Platform::String ^ input, [Out] HttpProductInfoHeaderValue ^ & productInfoHeaderValue);
 static bool TryParse(winrt::hstring const& input, [Out] HttpProductInfoHeaderValue const& & productInfoHeaderValue);
public static bool TryParse(string input, out HttpProductInfoHeaderValue productInfoHeaderValue);
Public Shared Function TryParse (input As String, ByRef productInfoHeaderValue As HttpProductInfoHeaderValue) As Boolean

參數

input
String

Platform::String

winrt::hstring

要驗證的字串。

productInfoHeaderValue
HttpProductInfoHeaderValue

字串的 HttpProductInfoHeaderValue 版本。

傳回

Boolean

bool

如果輸入有效HttpProductInfoHeaderValue資訊,則為true;否則為false

適用於