Table of Contents

Struct EnergyEanValue

Namespace
Veritas.Energy.NL
Assembly
Veritas.dll

Represents a validated Dutch energy EAN code.

public readonly struct EnergyEanValue
Inherited Members

Constructors

EnergyEanValue(string)

Initializes a new instance of the EnergyEanValue struct.

public EnergyEanValue(string value)

Parameters

value string

The code string.

Properties

Value

Gets the normalized EAN code string.

public string Value { get; }

Property Value

string