Code Class

Summary

A collection of Code related resources.
Namespace
Faker
Base Types
  • object
graph TD Base0["object"]-->Type Type["Code"] class Type type-node

Syntax

public static class Code

Methods

Name Value Summary
EAN(bool) string
Generates a EAN Code
static
FiscalCode(bool) string
Generates an Italian Fiscal Code
static
FiscalCode(bool, int, int) string
Generates an Italian Fiscal Code
static
FiscalCode(int, int) string
Generates an Italian Fiscal Code
static
FiscalCode(string, string, DateTime, bool) string
Generates an Italian Fiscal Code
static
ISBN10(bool) string
Generates an ISBN-10 Code
static
ISBN13(bool) string
Generates an ISBN-13 Code
static
NPI() string
Generates a 10 digit NPI (National Provider Identifier issued to health care providers in the United States)
static
NRIC(bool, int, int) string
Generates a Singaporean National Registration Identity Card (NRIC) for holder who is born between specified ages.
static
RUT(bool) string
Generates a RUT Code
static
GitHub