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
Syntaxpublic string GetString()
Public Function GetString As String
public:
String^ GetString()
member GetString : unit -> string
Return Value
Type:
StringA string representing the complete value of the encode type
See Also