Class MacAddressUtil
Summary description for MacAddressUtil.
Inheritance
System.Object
MacAddressUtil
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib
Assembly: ImageVault.Common.dll
Syntax
public static class MacAddressUtil
Methods
GetMacAddress()
Gets the first macadress on the computer
Declaration
public static string GetMacAddress()
Returns
Type | Description |
---|---|
System.String |
ValidateMacAddress(String)
Checks if the supplied mac address exists on the machine.
Declaration
public static bool ValidateMacAddress(string macAddress)
Parameters
Type | Name | Description |
---|---|---|
System.String | macAddress |
Returns
Type | Description |
---|---|
System.Boolean |