Aspose::BarCode::BarCodeRecognition::SingleDecodeType::Parse method
SingleDecodeType::Parse method
Converts the string representation of the name of a SingleDecodeType to its instance.
static System::SharedPtr<SingleDecodeType> Aspose::BarCode::BarCodeRecognition::SingleDecodeType::Parse(System::String stringDecodeType)
Parameter | Type | Description |
---|---|---|
stringDecodeType | System::String | A string containing the name of a SingleDecodeType to convert. |
ReturnValue
the instance of
Remarks
, if conversion was successful; otherwise, it returns ****
****.
See Also
- Class SingleDecodeType
- Class SingleDecodeType
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++