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)
ParameterTypeDescription
stringDecodeTypeSystem::StringA string containing the name of a SingleDecodeType to convert.

ReturnValue

the instance of

Remarks

, if conversion was successful; otherwise, it returns ****

****.

See Also