Table of Contents

Struct IsoStandardNumberValue

Namespace
Veritas.Standards
Assembly
Veritas.dll

Represents a validated ISO standard number.

public readonly struct IsoStandardNumberValue
Inherited Members

Constructors

IsoStandardNumberValue(string)

Initializes a new instance of the IsoStandardNumberValue struct.

public IsoStandardNumberValue(string value)

Parameters

value string

Normalized ISO standard number.

Properties

Value

Gets the normalized ISO standard number.

public string Value { get; }

Property Value

string