CodeGlyphX logo
CodeGlyphX

API Reference

Enum

HanXinEncodingMode

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

Han Xin Code payload compaction mode.

Inheritance

  • Enum
  • HanXinEncodingMode

Usage

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

Values

public const HanXinEncodingMode Auto #

Selects numeric, text, or binary compaction from the payload's supported repertoire.

Value: 0
public const HanXinEncodingMode Numeric #

Numeric compaction.

Value: 1
public const HanXinEncodingMode Text #

Han Xin text compaction. Characters outside its defined repertoire are rejected.

Value: 2
public const HanXinEncodingMode Binary #

Binary byte compaction.

Value: 3