Struct MacValue
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
valuestringThe address string.
Properties
Value
Gets the normalized MAC address string.
public string Value { get; }