Table of Contents

Struct MaloValue

Namespace
Veritas.Energy.DE
Assembly
Veritas.dll

Represents a validated German Market Location (MaLo) identifier.

public readonly struct MaloValue
Inherited Members

Constructors

MaloValue(string)

Initializes a new instance of the MaloValue struct.

public MaloValue(string value)

Parameters

value string

The identifier string.

Properties

Value

Gets the normalized MaLo identifier string.

public string Value { get; }

Property Value

string