Metodo System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength
AuthenticationHeaderValue::GetAuthenticationLength method
Analizza la stringa specificata e restituisce l’ultimo indice della rappresentazione della stringa.
static int32_t System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
| Parametro | Tipo | Descrizione |
|---|---|---|
| input | Stringa | La stringa da analizzare. |
| startIndex | int32_t | Una posizione iniziale per l’analisi. |
| parsedValue | System::SharedPtr<Object>& | Il parametro di output dove verrà assegnato il valore analizzato. |
ReturnValue
La lunghezza di una sottostringa analizzata, altrimenti 0.
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class AuthenticationHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++