Internet.

MacAddress(string, char) Method

Summary

Gets a random mac address.
Namespace
Faker
Containing Type
Internet

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.
GitHub