We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
using Faker.NET.Common.Phone; namespace Faker.NET.Interfaces.Modules; public interface IFakerPhone { public string IMEI(); public string Number(PhoneNumberType type = PhoneNumberType.Human); }
There was an error while loading. Please reload this page.