MacAddress - Narumikazuchi/Networking GitHub Wiki

Assembly: Narumikazuchi.Networking.dll
Namespace: Narumikazuchi.Networking

Description

Represents a standardized MAC-Address.

public readonly struct MacAddress

Implements

Interfaces

IEquatable<T>

Members

Defined

MacAddress(System.Byte[])
Parse(System.String)
ToBytes()
TryParse(System.String, out MacAddress)

Inherited

IEquatable<T>

Equals(T)

Constructors

MacAddress(System.Byte[])

Initializes a new MacAddress instance.

MacAddress(System.Byte[]);

Methods

Parse(System.String)

Parses the specified input string into a MacAddress object.

static MacAddress Parse(System.String);

ToBytes()

Returns this object as an array of bytes.

static System.Byte[] ToBytes();

TryParse(System.String, out MacAddress)

Parses the specified input string into a MacAddress object.

static System.Boolean TryParse(System.String, out MacAddress);
⚠️ **GitHub.com Fallback** ⚠️