GetDispositionTypeLength()

ContentDispositionHeaderValue::GetDispositionTypeLength(String, int32_t, System::SharedPtr<Object>&) method

Converts a passed string from the specified index to an instance of the ContentDispositionHeaderValue class.

static int32_t System::Net::Http::Headers::ContentDispositionHeaderValue::GetDispositionTypeLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)

Arguments

ParameterTypeDescription
inputStringA string to parse.
startIndexint32_tA start position for parsing.
parsedValueSystem::SharedPtr<Object>&An instance where a parsed object will be assigned.

Return Value

The length of a parsed substring, otherwise 0.

See Also