Summary
Generates an Italian Fiscal 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 |