System::Net::Http::Headers::NameValueWithParametersHeaderValue::GetNameValueWithParametersLength yöntemi

NameValueWithParametersHeaderValue::GetNameValueWithParametersLength method

Belirtilen indeksten başlayan bir dizeyi NameValueWithParametersHeaderValue sınıfının bir örneğine dönüştürür.

static int32_t System::Net::Http::Headers::NameValueWithParametersHeaderValue::GetNameValueWithParametersLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
ParameterTypeAçıklama
girdiStringAyrıştırılacak bir dize.
startIndexint32_tAyrıştırma için başlangıç konumu.
parsedValueSystem::SharedPtr<Object>&Ayrıştırılmış bir nesnenin atanacağı bir örnek.

ReturnValue

Ayrıştırılmış bir alt dize uzunluğunu döndürür, aksi takdirde 0.

Ayrıca Bakınız