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