Header menu logo Xanthos

FieldEncoding Type

Represents how a field value should be encoded/decoded.

Union cases

Union case Description

Bytes

Full Usage: Bytes

Raw bytes (unparsed).

Code codeTable

Full Usage: Code codeTable

Parameters:
    codeTable : string

Code value for lookup in a code table.

codeTable : string

Date format

Full Usage: Date format

Parameters:
    format : string

Date string parsed using the specified format.

format : string

Decimal precision

Full Usage: Decimal precision

Parameters:
    precision : int

Numeric string parsed as fixed-point decimal with given precision.

precision : int

Flag

Full Usage: Flag

Boolean flag ("1" = true, other = false).

Integer

Full Usage: Integer

Numeric string parsed as int.

Text

Full Usage: Text

Shift-JIS text with fullwidth→ASCII normalization.

TextRaw

Full Usage: TextRaw

Shift-JIS text without normalization.

Instance members

Instance member Description

this.IsBytes

Full Usage: this.IsBytes

Returns: bool
Returns: bool

this.IsCode

Full Usage: this.IsCode

Returns: bool
Returns: bool

this.IsDate

Full Usage: this.IsDate

Returns: bool
Returns: bool

this.IsDecimal

Full Usage: this.IsDecimal

Returns: bool
Returns: bool

this.IsFlag

Full Usage: this.IsFlag

Returns: bool
Returns: bool

this.IsInteger

Full Usage: this.IsInteger

Returns: bool
Returns: bool

this.IsText

Full Usage: this.IsText

Returns: bool
Returns: bool

this.IsTextRaw

Full Usage: this.IsTextRaw

Returns: bool
Returns: bool

Type something to start searching.