System::Net::Http::Headers::ContentDispositionHeaderValue::GetDispositionTypeLength metod

ContentDispositionHeaderValue::GetDispositionTypeLength method

Konverterar en given sträng från det angivna indexet till en instans av ContentDispositionHeaderValue-klassen.

static int32_t System::Net::Http::Headers::ContentDispositionHeaderValue::GetDispositionTypeLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
ParameterTypBeskrivning
inmatningStringEn sträng att tolka.
startIndexint32_tEn startposition för parsning.
parsedValueSystem::SharedPtr<Object>&En instans där ett parsat objekt kommer att tilldelas.

ReturnValue

Längden på en analyserad delsträng, annars 0.

Se även