BaseEncodeTypeGetString Method

Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: "Index:0; Name:Codabar".

Namespace:  Aspose.BarCode.Generation
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public string GetString()

Return Value

Type: String
A string representing the complete value of the encode type
See Also