Table of Contents

Struct PdrValue

Namespace
Veritas.Energy.IT
Assembly
Veritas.dll

Represents a validated Italian PDR identifier.

public readonly struct PdrValue
Inherited Members

Constructors

PdrValue(string)

Initializes a new instance of the PdrValue struct.

public PdrValue(string value)

Parameters

value string

The identifier string.

Properties

Value

Gets the normalized PDR identifier string.

public string Value { get; }

Property Value

string