System::Net::Http::Headers::TransferCodingHeaderValue::GetTransferCodingLength method

TransferCodingHeaderValue::GetTransferCodingLength method

Belirtilen indeksden geçirilen bir dizeyi TransferCodingHeaderValue sınıfının bir örneğine dönüştürür.

static int32_t System::Net::Http::Headers::TransferCodingHeaderValue::GetTransferCodingLength(String input, int32_t startIndex, const HeaderFunc<System::SharedPtr<TransferCodingHeaderValue>> &transferCodingCreator, System::SharedPtr<TransferCodingHeaderValue> &parsedValue)
ParameterTypeAçıklama
girdiStringAyrıştırılacak bir dize.
startIndexint32_tAyrıştırma için başlangıç konumu.
parsedValueconst HeaderFunc<System::SharedPtr<TransferCodingHeaderValue>>&Ayrıştırılmış bir nesnenin atanacağı bir örnek.
transferCodingCreatorSystem::SharedPtr<TransferCodingHeaderValue>&Örnekleri oluşturmak için kullanılan TransferCodingHeaderValue sınıfının temsilcisi.

ReturnValue

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

Ayrıca Bakınız