System::Net::Http::Headers::RangeConditionHeaderValue::TryParse メソッド
RangeConditionHeaderValue::TryParse method
渡された文字列を RangeConditionHeaderValue クラスのインスタンスに変換しようとします。
static bool System::Net::Http::Headers::RangeConditionHeaderValue::TryParse(String input, System::SharedPtr<RangeConditionHeaderValue> &parsedValue)
| パラメーター | 型 | 説明 |
|---|---|---|
| 入力 | String | 解析する文字列。 |
| parsedValue | System::SharedPtr<RangeConditionHeaderValue>& | 解析されたオブジェクトが割り当てられるインスタンスです。 |
ReturnValue
解析が正常に完了した場合は true、そうでない場合は false です。
参照
- Class String
- Typedef SharedPtr
- Class RangeConditionHeaderValue
- Class RangeConditionHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++