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)
ParametreTürAçıklama
girdiDizeAyrıştırılması gereken dize.
startIndexint32_tAyrıştırma için bir başlangıç konumu.
parsedValueSystem::SharedPtr<Object>&Ayrıştırılmış bir değerin atanacağı çıktı parametresi.

ReturnValue

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

Ayrıca Bakınız