BaseEncodeType Class

Base class for SymbologyEncodeType.
Inheritance Hierarchy

Namespace:  Aspose.BarCode.Generation
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public class BaseEncodeType : IEquatable<BaseEncodeType>

The BaseEncodeType type exposes the following members.

Properties
  NameDescription
Public propertyClassification
Gets a classification of this symbology.
Public propertyTypeIndex
Gets an index of encode type
Public propertyTypeName
Gets a name of encode type
Methods
  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified BaseEncodeType value.
(Overrides ObjectEquals(Object).)
Public methodEquals(BaseEncodeType)
Returns a value indicating whether this instance is equal to a specified BaseEncodeType value.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetString
Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: "Index:0; Name:Codabar".
Public methodStatic memberGetString(BaseEncodeType)
Converts the instance of BaseEncodeType to its equivalent string representation. The string format is: "Index:-1; Name:None".
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Converts the string representation of the name of a BaseEncodeType to its instance.
Public methodToString
Returns the name of the given BaseEncodeType as a string.
(Overrides ObjectToString.)
Public methodStatic memberTryParse(String, BaseEncodeType)
Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed.
Public methodStatic memberTryParse(String, SymbologyEncodeType)
Converts the string representation of a BaseEncodeType to its instance. A return value indicates whether the conversion succeeded or failed.
See Also