System::Net::Http::Headers::ProductInfoHeaderValue::TryParse 方法
ProductInfoHeaderValue::TryParse method
尝试将传入的字符串转换为 ProductInfoHeaderValue 类的实例。
static bool System::Net::Http::Headers::ProductInfoHeaderValue::TryParse(String input, System::SharedPtr<ProductInfoHeaderValue> &parsedValue)
| Parameter | Type | 描述 |
|---|---|---|
| 输入 | 字符串 | 要解析的字符串。 |
| parsedValue | System::SharedPtr<ProductInfoHeaderValue>& | 将分配已解析对象的实例。 |
ReturnValue
解析成功完成时为 true,否则为 false。
另见
- Class String
- Typedef SharedPtr
- Class ProductInfoHeaderValue
- Class ProductInfoHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++