Header menu logo Xanthos

RichFieldValue Type

Represents a parsed field value with explicit missing indicators.

This variant distinguishes between "value is 0" and "value is missing/blank", which is important for some JV-Data fields where zero has meaning.

Union cases

Union case Description

RBool bool

Full Usage: RBool bool

Parameters:
    Item : bool

Boolean flag value.

Item : bool

RBytes byte[]

Full Usage: RBytes byte[]

Parameters:
    Item : byte[]

Raw byte array.

Item : byte[]

RCode string

Full Usage: RCode string

Parameters:
    Item : string

Code table lookup value.

Item : string

RDate DateTime

Full Usage: RDate DateTime

Parameters:

Parsed date value.

Item : DateTime

RDateMissing

Full Usage: RDateMissing

Date field was blank or all zeros.

RDecimal decimal

Full Usage: RDecimal decimal

Parameters:
    Item : decimal

Parsed decimal value.

Item : decimal

RDecimalMissing

Full Usage: RDecimalMissing

Decimal field was blank or unparseable.

RInt int

Full Usage: RInt int

Parameters:
    Item : int

Parsed integer value.

Item : int

RIntMissing

Full Usage: RIntMissing

Integer field was blank or unparseable.

RText string

Full Usage: RText string

Parameters:
    Item : string

Parsed text string.

Item : string

Instance members

Instance member Description

this.IsRBool

Full Usage: this.IsRBool

Returns: bool
Returns: bool

this.IsRBytes

Full Usage: this.IsRBytes

Returns: bool
Returns: bool

this.IsRCode

Full Usage: this.IsRCode

Returns: bool
Returns: bool

this.IsRDate

Full Usage: this.IsRDate

Returns: bool
Returns: bool

this.IsRDateMissing

Full Usage: this.IsRDateMissing

Returns: bool
Returns: bool

this.IsRDecimal

Full Usage: this.IsRDecimal

Returns: bool
Returns: bool

this.IsRDecimalMissing

Full Usage: this.IsRDecimalMissing

Returns: bool
Returns: bool

this.IsRInt

Full Usage: this.IsRInt

Returns: bool
Returns: bool

this.IsRIntMissing

Full Usage: this.IsRIntMissing

Returns: bool
Returns: bool

this.IsRText

Full Usage: this.IsRText

Returns: bool
Returns: bool

Type something to start searching.