System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength 方法
CacheControlHeaderValue::GetCacheControlLength method
将传入的字符串从指定索引转换为 CacheControlHeaderValue 类的实例。
static int32_t System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength(String input, int32_t startIndex, System::SharedPtr<CacheControlHeaderValue> storeValue, System::SharedPtr<CacheControlHeaderValue> &parsedValue)
| 参数 | 类型 | 描述 |
|---|---|---|
| 输入 | String | 要解析的字符串。 |
| startIndex | int32_t | 用于解析的起始位置。 |
| storeValue | System::SharedPtr<CacheControlHeaderValue> | 必须添加到已解析对象的值。 |
| parsedValue | System::SharedPtr<CacheControlHeaderValue>& | 已解析对象将被分配的实例。 |
ReturnValue
已解析子字符串的长度,否则为 0。
另见
- Class String
- Typedef SharedPtr
- Class CacheControlHeaderValue
- Class CacheControlHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++