System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength method
CacheControlHeaderValue::GetCacheControlLength method
Converte una stringa fornita dall’indice specificato in un’istanza della classe CacheControlHeaderValue.
static int32_t System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength(String input, int32_t startIndex, System::SharedPtr<CacheControlHeaderValue> storeValue, System::SharedPtr<CacheControlHeaderValue> &parsedValue)
| Parametro | Tipo | Descrizione |
|---|---|---|
| input | Stringa | Una stringa da analizzare. |
| startIndex | int32_t | Una posizione iniziale per l’analisi. |
| storeValue | System::SharedPtr<CacheControlHeaderValue> | Un valore che deve essere aggiunto all’oggetto analizzato. |
| parsedValue | System::SharedPtr<CacheControlHeaderValue>& | Un’istanza in cui verrà assegnato un oggetto analizzato. |
ReturnValue
La lunghezza di una sottostringa analizzata, altrimenti 0.
Vedi anche
- Class String
- Typedef SharedPtr
- Class CacheControlHeaderValue
- Class CacheControlHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++