Class Code93Barcode
Represents a class which can encode the following characters, [0-9]; [A-Z]; [- . $ / + % SPACE].
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.UWP.dll
Syntax
public class Code93Barcode : UnidimensionalBarcode
Remarks
It is inherited from UnidimensionalBarcode. If lowercase characters are required, then a Code93ExtendedBarcode must be used.
Constructors
Code93Barcode()
Initializes a new instance of the Code93Barcode class.
Declaration
public Code93Barcode()
Code93Barcode(String)
Initializes a new instance of the Code93Barcode class.
Declaration
public Code93Barcode(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The Barcode text. |
Methods
CalculateCheckDigit()
Calculates the check digit for this barcode specification.
Declaration
protected override char[] CalculateCheckDigit()
Returns
Type | Description |
---|---|
System.Char[] | The Check digits. |
Overrides
GetCheckSumSymbols()
Internal method to calculate the check-digit
Declaration
protected char[] GetCheckSumSymbols()
Returns
Type | Description |
---|---|
System.Char[] | symbols |