Summary
Gets a random mac address.
Syntax
public static string MacAddress(string prefix = null, char groupSplit = ':')
Parameters
| Name | Type | Description |
|---|---|---|
| prefix | string | The prefix. |
| groupSplit | char | The group split. |
Return Value
| Type | Description |
|---|---|
| string | The random mac address. |