Table of Contents

Struct UlFileNumberValue

Namespace
Veritas.Standards
Assembly
Veritas.dll

Represents a validated UL file number.

public readonly struct UlFileNumberValue
Inherited Members

Constructors

UlFileNumberValue(string)

Initializes a new instance of the UlFileNumberValue struct.

public UlFileNumberValue(string value)

Parameters

value string

Normalized UL file number.

Properties

Value

Gets the normalized UL file number.

public string Value { get; }

Property Value

string