System::Net::Http::Headers::ProductHeaderValue::GetProductLength メソッド
ProductHeaderValue::GetProductLength method
指定されたインデックスから渡された文字列を ProductHeaderValue クラスのインスタンスに変換します。
static int32_t System::Net::Http::Headers::ProductHeaderValue::GetProductLength(String input, int32_t startIndex, System::SharedPtr<ProductHeaderValue> &parsedValue)
| パラメーター | 型 | 説明 |
|---|---|---|
| 入力 | String | 解析する文字列。 |
| startIndex | int32_t | 解析の開始位置。 |
| parsedValue | System::SharedPtr<ProductHeaderValue>& | 解析されたオブジェクトが割り当てられるインスタンスです。 |
ReturnValue
解析されたサブ文字列の長さを返します。そうでない場合は 0 を返します。
参照
- Class String
- Typedef SharedPtr
- Class ProductHeaderValue
- Class ProductHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++