Code.

FiscalCode(bool) Method

Summary

Generates an Italian Fiscal Code
Namespace
Faker
Containing Type
Code

Syntax

public static string FiscalCode(bool validChecksum = true)

Remarks

Description of the Fiscal Code standard is at wikipedia

Parameters

Name Type Description
validChecksum bool Indicates whether the generated Fiscal Code has a valid checksum or not

Return Value

Type Description
string The generated Fiscal Code

See Also

GitHub