Aspose::BarCode::Generation::BaseEncodeType class
Contents
[
Hide
]BaseEncodeType class
Base class for SymbologyEncodeType.
class BaseEncodeType : public System::IEquatable<System::SharedPtr<Aspose::BarCode::Generation::BaseEncodeType>>
Methods
Method | Description |
---|---|
Equals(System::SharedPtr<BaseEncodeType>) override | Returns a value indicating whether this instance is equal to a specified BaseEncodeType value. |
get_Classification() | Gets a classification of this symbology. |
get_TypeIndex() | Gets an index of encode type. |
get_TypeName() | Gets a name of encode type. |
GetHashCode() const override | Returns the hash code for this instance. |
GetString() | Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: “Index:0; Name:Codabar”. |
static GetString(System::SharedPtr<BaseEncodeType>) | Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: “Index:-1; Name:None”. |
static Parse(System::String) | Converts the string representation of the name of a BaseEncodeType to its instance. |
ToString() const override | Returns the name of the given BaseEncodeType as a string. |
static TryParse(System::String, System::SharedPtr<BaseEncodeType>&) | Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed. |
static TryParse(System::String, System::SharedPtr<SymbologyEncodeType>&) | Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++