System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength yöntemi

CacheControlHeaderValue::GetCacheControlLength method

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

static int32_t System::Net::Http::Headers::CacheControlHeaderValue::GetCacheControlLength(String input, int32_t startIndex, System::SharedPtr<CacheControlHeaderValue> storeValue, System::SharedPtr<CacheControlHeaderValue> &parsedValue)
ParametreTürAçıklama
girdiDizeAyrıştırılacak bir dize.
startIndexint32_tAyrıştırma için bir başlangıç konumu.
storeValueSystem::SharedPtr<CacheControlHeaderValue>Ayrıştırılmış nesneye eklenmesi gereken bir değer.
parsedValueSystem::SharedPtr<CacheControlHeaderValue>&Ayrıştırılmış bir nesnenin atanacağı bir örnek.

ReturnValue

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

Ayrıca Bakınız