Metodo System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength
EntityTagHeaderValue::GetEntityTagLength method
Converte una stringa fornita a partire dall’indice specificato in un’istanza della classe EntityTagHeaderValue.
static int32_t System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength(String input, int32_t startIndex, System::SharedPtr<EntityTagHeaderValue> &parsedValue)
| Parametro | Tipo | Descrizione |
|---|---|---|
| input | Stringa | Una stringa da analizzare. |
| startIndex | int32_t | Una posizione iniziale per l’analisi. |
| parsedValue | System::SharedPtr<EntityTagHeaderValue>& | 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 EntityTagHeaderValue
- Class EntityTagHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++