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

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)
ParameterTypeDescription
instanceSystem::SharedPtr<BaseEncodeType>The BaseEncodeType instance to convert

ReturnValue

A string representing the complete value of the given encode type

See Also