BaseEncodeType.GetString
GetString()
Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: “Index:0; Name:Codabar”.
public string GetString()
Return Value
A string representing the complete value of the encode type
See Also
- class BaseEncodeType
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode
GetString(BaseEncodeType)
Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: “Index:-1; Name:None”.
public static string GetString(BaseEncodeType instance)
Parameter | Type | Description |
---|---|---|
instance | BaseEncodeType | The BaseEncodeType instance to convert |
Return Value
A string representing the complete value of the given encode type
See Also
- class BaseEncodeType
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode