Table of Contents

Struct MacValue

Namespace
Veritas.Telecom
Assembly
Veritas.dll

Represents a validated MAC address.

public readonly struct MacValue
Inherited Members

Constructors

MacValue(string)

Initializes a new instance of the MacValue struct.

public MacValue(string value)

Parameters

value string

The address string.

Properties

Value

Gets the normalized MAC address string.

public string Value { get; }

Property Value

string