HttpProductHeaderValue.Parse(String) 方法

定义

将字符串转换为 HttpProductHeaderValue 实例。

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

参数

input
String

Platform::String

winrt::hstring

表示产品名称和版本的字符串。

返回

HttpProductHeaderValue 实例。

注解

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

E_INVALIDARG

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

输入参数不是有效的产品名称和版本信息。

适用于