Code.

FiscalCode(int, int) Method

Summary

Generates an Italian Fiscal Code
Namespace
Faker
Containing Type
Code

Syntax

public static string FiscalCode(int minAge, int maxAge)

Remarks

Description of the Fiscal Code standard is at wikipedia

Parameters

Name Type Description
minAge int Minimum age of the holder
maxAge int Maximum age of the holder

Return Value

Type Description
string The generated Fiscal Code

See Also

GitHub