System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength metodu

EntityTagHeaderValue::GetEntityTagLength method

Belirtilen indeksden başlayan verilen bir dizeyi EntityTagHeaderValue sınıfının bir örneğine dönüştürür.

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

ReturnValue

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

Ayrıca Bakınız