HttpProductInfoHeaderValue.Parse(String) 方法

定义

将字符串转换为 HttpProductInfoHeaderValue 实例。

public:
 static HttpProductInfoHeaderValue ^ Parse(Platform::String ^ input);
 static HttpProductInfoHeaderValue Parse(winrt::hstring const& input);
public static HttpProductInfoHeaderValue Parse(string input);
function parse(input)
Public Shared Function Parse (input As String) As HttpProductInfoHeaderValue

参数

input
String

Platform::String

winrt::hstring

一个表示产品信息的字符串。

返回

HttpProductInfoHeaderValue 实例。

注解

下面是此函数引发的异常。

E_INVALIDARG

Visual Basic) 中的 输入 参数为 null (Nothing

输入参数不是有效的产品信息。

适用于