Table of Contents

Struct RfcNumberValue

Namespace
Veritas.Standards
Assembly
Veritas.dll

Represents a validated RFC number.

public readonly struct RfcNumberValue
Inherited Members

Constructors

RfcNumberValue(string)

Initializes a new instance of the RfcNumberValue struct.

public RfcNumberValue(string value)

Parameters

value string

Normalized RFC number.

Properties

Value

Gets the normalized RFC number string.

public string Value { get; }

Property Value

string