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

ContentDispositionHeaderValue::GetDispositionTypeLength method

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

static int32_t System::Net::Http::Headers::ContentDispositionHeaderValue::GetDispositionTypeLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
ParameterTypeBeskrivning
inmatningStringEn sträng att parsa.
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