System::Net::Http::Headers::ContentRangeHeaderValue::GetContentRangeLength method

ContentRangeHeaderValue::GetContentRangeLength method

Belirtilen konumdan geçen bir dizeyi ContentRangeHeaderValue sınıfının bir örneğine dönüştürür.

static int32_t System::Net::Http::Headers::ContentRangeHeaderValue::GetContentRangeLength(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 dizenin uzunluğu, aksi takdirde 0.

Ayrıca Bakınız