Table of Contents

Struct MeloValue

Namespace
Veritas.Energy.DE
Assembly
Veritas.dll

Represents a validated German Meter Location (MeLo) identifier.

public readonly struct MeloValue
Inherited Members

Constructors

MeloValue(string)

Initializes a new instance of the MeloValue struct.

public MeloValue(string value)

Parameters

value string

The identifier string.

Properties

Value

Gets the normalized MeLo identifier string.

public string Value { get; }

Property Value

string