Aspose::BarCode::BarCodeRecognition::MultyDecodeType::TryParse method

MultyDecodeType::TryParse method

Converts the string representation of a MultyDecodeType to its instance. A return value indicates whether the conversion succeeded or failed.

static bool Aspose::BarCode::BarCodeRecognition::MultyDecodeType::TryParse(System::String parsingType, System::SharedPtr<MultyDecodeType> &result)
ParameterTypeDescription
parsingTypeSystem::StringA string in the format as either “AllSupportedTypes” or “EAN8,EAN13,CodaBar” to convert.
resultSystem::SharedPtr<MultyDecodeType>&An actual MultyDecodeType is returned, when conversion has completed successfully;

ReturnValue

true if s was converted successfully; otherwise, false.

Remarks

otherwise it returns indefinite type.

or MultyDecodeType (“None”).

See Also