Aspose::BarCode::Generation::BaseEncodeType::GetString method
BaseEncodeType::GetString() method
Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: “Index:0; Name:Codabar”.
System::String Aspose::BarCode::Generation::BaseEncodeType::GetString()
ReturnValue
A string representing the complete value of the encode type
See Also
- Class BaseEncodeType
 - Namespace Aspose::BarCode::Generation
 - Library Aspose.BarCode for C++
 
BaseEncodeType::GetString(System::SharedPtr<BaseEncodeType>) method
Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: “Index:-1; Name:None”.
static System::String Aspose::BarCode::Generation::BaseEncodeType::GetString(System::SharedPtr<BaseEncodeType> instance)
| Parameter | Type | Description | 
|---|---|---|
| instance | System::SharedPtr<BaseEncodeType> | The BaseEncodeType instance to convert | 
ReturnValue
A string representing the complete value of the given encode type
See Also
- Class BaseEncodeType
 - Class BaseEncodeType
 - Namespace Aspose::BarCode::Generation
 - Library Aspose.BarCode for C++