Table of Contents

Struct CupsValue

Namespace
Veritas.Energy.ES
Assembly
Veritas.dll

Represents a validated Spanish CUPS identifier.

public readonly struct CupsValue
Inherited Members

Constructors

CupsValue(string)

Initializes a new instance of the CupsValue struct.

public CupsValue(string value)

Parameters

value string

The identifier string.

Properties

Value

Gets the normalized CUPS identifier string.

public string Value { get; }

Property Value

string