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