MacAddress - Narumikazuchi/Networking GitHub Wiki
Assembly: Narumikazuchi.Networking.dll
Namespace: Narumikazuchi.Networking
Represents a standardized MAC-Address.
public readonly struct MacAddress
MacAddress(System.Byte[])
Parse(System.String)
ToBytes()
TryParse(System.String, out MacAddress)
Initializes a new MacAddress
instance.
MacAddress(System.Byte[]);
Parses the specified input string into a MacAddress
object.
static MacAddress Parse(System.String);
Returns this object as an array of bytes.
static System.Byte[] ToBytes();
Parses the specified input string into a MacAddress
object.
static System.Boolean TryParse(System.String, out MacAddress);