Aspose::BarCode::Generation::EncodeTypes::Parse method

EncodeTypes::Parse method

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

static bool Aspose::BarCode::Generation::EncodeTypes::Parse(System::String parsingType, System::SharedPtr<BaseEncodeType> &result)
ParameterTypeDescription
parsingTypeSystem::StringA string containing a BaseEncodeType representation to convert.
resultSystem::SharedPtr<BaseEncodeType>&An actual BaseEncodeType returns, when conversion has completed successfully;

ReturnValue

true if s was converted successfully; otherwise, false.

Remarks

otherwise it returns null.

See Also