CodeGlyphX logo
CodeGlyphX

API Reference

Enum

Gs1DataCharacterSet

Namespace CodeGlyphX.Gs1Data
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Character repertoire assigned to a GS1 Application Identifier data component.

Inheritance

  • Enum
  • Gs1DataCharacterSet

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const Gs1DataCharacterSet Numeric #

Digits 0 through 9.

Value: 0
public const Gs1DataCharacterSet CharacterSet82 #

GS1 AI encodable character set 82.

Value: 1
public const Gs1DataCharacterSet CharacterSet39 #

GS1 AI encodable character set 39.

Value: 2
public const Gs1DataCharacterSet Base64Url #

RFC 4648 base64url characters.

Value: 3