Table of Contents

Struct PodValue

Namespace
Veritas.Energy.IT
Assembly
Veritas.dll

Represents a validated Italian POD identifier.

public readonly struct PodValue
Inherited Members

Constructors

PodValue(string)

Initializes a new instance of the PodValue struct.

public PodValue(string value)

Parameters

value string

The identifier string.

Properties

Value

Gets the normalized POD identifier string.

public string Value { get; }

Property Value

string