System::Net::Http::Headers::ProductInfoHeaderValue::Parse 方法

ProductInfoHeaderValue::Parse method

将传入的字符串转换为 ProductInfoHeaderValue 类的实例。

static System::SharedPtr<ProductInfoHeaderValue> System::Net::Http::Headers::ProductInfoHeaderValue::Parse(String input)
参数类型描述
输入String要解析的字符串。

ReturnValue

一个 ProductInfoHeaderValue 类的实例。

另见