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)
ParameterTypeDescription
parsingTypeSystem::StringA string in the format as either “AllSupportedTypes” or “EAN8,EAN13,CodaBar” to convert.
resultSystem::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