Aspose::BarCode::Generation::BaseEncodeType::Parse method

BaseEncodeType::Parse method

Converts the string representation of the name of a BaseEncodeType to its instance.

static System::SharedPtr<BaseEncodeType> Aspose::BarCode::Generation::BaseEncodeType::Parse(System::String stringEncodeType)
ParameterTypeDescription
stringEncodeTypeSystem::StringA string containing the name of a BaseEncodeType to convert.

ReturnValue

the instance of

Remarks

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

****.

See Also