Table of Contents

Struct EicValue

Namespace
Veritas.Energy
Assembly
Veritas.dll

Represents a validated Energy Identification Code (EIC).

public readonly struct EicValue
Inherited Members

Constructors

EicValue(string)

Initializes a new instance of the EicValue struct.

public EicValue(string value)

Parameters

value string

The code string.

Properties

Value

Gets the normalized EIC code string.

public string Value { get; }

Property Value

string