Table of Contents

Class DataCharacter

Namespace
ZXing.OneD.RSS
Assembly
zxing.dll

Encapsulates a since character value in an RSS barcode, including its checksum information.

public class DataCharacter
Inheritance
DataCharacter
Inherited Members

Constructors

DataCharacter(int, int)

Initializes a new instance of the DataCharacter class.

public DataCharacter(int value, int checksumPortion)

Parameters

value int

The value.

checksumPortion int

The checksum portion.

Properties

ChecksumPortion

Gets the checksum portion.

public int ChecksumPortion { get; }

Property Value

int

Value

Gets the value.

public int Value { get; }

Property Value

int

Methods

Equals(object)

Determines whether the specified object is equal to this instance.

public override bool Equals(object o)

Parameters

o object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

GetHashCode()

Returns a hash code for this instance.

public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.