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

ProductInfoHeaderValue::Parse method

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

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

ReturnValue

ProductInfoHeaderValue 类的实例。

另见