System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength yöntemi

AuthenticationHeaderValue::GetAuthenticationLength method

Belirtilen dizeyi ayrıştırır ve dize temsilinin son indeksini döndürür.

static int32_t System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
ParameterTypeAçıklama
girdiStringAyrıştırılması gereken dize.
startIndexint32_tAyrıştırma için başlangıç konumu.
parsedValueSystem::SharedPtr<Object>&Ayrıştırılmış bir değerin atanacağı çıktı parametresi.

ReturnValue

Ayrıştırılmış bir alt dizenin uzunluğu, aksi takdirde 0.

Ayrıca Bakınız