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)
| Parameter | Type | Description |
|---|---|---|
| stringEncodeType | System::String | A string containing the name of a BaseEncodeType to convert. |
ReturnValue
the instance of
Remarks
, if conversion was successful; otherwise, it returns ****
****.
See Also
- Class BaseEncodeType
- Class BaseEncodeType
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++