Table of Contents

Struct IecStandardNumberValue

Namespace
Veritas.Standards
Assembly
Veritas.dll

Represents a validated IEC standard number.

public readonly struct IecStandardNumberValue
Inherited Members

Constructors

IecStandardNumberValue(string)

Initializes a new instance of the IecStandardNumberValue struct.

public IecStandardNumberValue(string value)

Parameters

value string

Normalized IEC standard number.

Properties

Value

Gets the normalized IEC standard number.

public string Value { get; }

Property Value

string