System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength méthode
CacheControlHeaderValue::GetCacheControlLength method
Convertit une chaîne passée depuis l’index spécifié en une instance de la classe CacheControlHeaderValue class.
static int32_t System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength(String input, int32_t startIndex, System::SharedPtr<CacheControlHeaderValue> storeValue, System::SharedPtr<CacheControlHeaderValue> &parsedValue)
| Paramètre | Type | Description |
|---|---|---|
| input | String | Une chaîne à analyser. |
| startIndex | int32_t | Une position de départ pour l’analyse. |
| storeValue | System::SharedPtr<CacheControlHeaderValue> | Une valeur qui doit être ajoutée à l’objet analysé. |
| parsedValue | System::SharedPtr<CacheControlHeaderValue>& | Une instance où un objet analysé sera assigné. |
ReturnValue
La longueur d’une sous-chaîne analysée, sinon 0.
Voir aussi
- Class String
- Typedef SharedPtr
- Class CacheControlHeaderValue
- Class CacheControlHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++