System::Net::Http::Headers::ContentDispositionHeaderValue::GetDispositionTypeLength метод
ContentDispositionHeaderValue::GetDispositionTypeLength method
Преобразует переданную строку, начиная с указанного индекса, в экземпляр класса ContentDispositionHeaderValue.
static int32_t System::Net::Http::Headers::ContentDispositionHeaderValue::GetDispositionTypeLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
| Параметр | Тип | Описание |
|---|---|---|
| input | String | Строка для разбора. |
| startIndex | int32_t | Начальная позиция для разбора. |
| parsedValue | System::SharedPtr<Object>& | Экземпляр, в который будет присвоен разобранный объект. |
ReturnValue
Длина разобранной подстроки, иначе 0.
См. также
- Class String
- Typedef SharedPtr
- Class Object
- Class ContentDispositionHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++