method
MultiDecodeType::TryParse method
Converts the string representation of a MultiDecodeType to its instance. A return value indicates whether the conversion succeeded or failed.
static bool Aspose::BarCode::BarCodeRecognition::MultiDecodeType::TryParse(System::String parsingType, System::SharedPtr<MultiDecodeType> &result)
| Parameter | Type | Description |
|---|---|---|
| parsingType | System::String | A string in the format as either “AllSupportedTypes” or “EAN8,EAN13,CodaBar” to convert. |
| result | System::SharedPtr<MultiDecodeType>& | An actual MultiDecodeType is returned, when conversion has completed successfully; |
ReturnValue
true if s was converted successfully; otherwise, false.
Remarks
otherwise it returns indefinite type.
or MultiDecodeType (“None”).
See Also
- Class MultiDecodeType
- Class MultiDecodeType
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++