Code.

RUT(bool) Method

Summary

Generates a RUT Code
Namespace
Faker
Containing Type
Code

Syntax

public static string RUT(bool validChecksum = true)

Remarks

Description of the RUT standard is at wikipedia Checksum routines are at vesic.org.

Parameters

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

Return Value

Type Description
string The generated RUT
GitHub