Table of Contents

Struct NirValue

Namespace
Veritas.Identity.France
Assembly
Veritas.dll

Represents a validated French NIR (INSEE) number.

public readonly struct NirValue
Inherited Members

Constructors

NirValue(string)

Creates a new NirValue.

public NirValue(string value)

Parameters

value string

Properties

Value

Gets the normalized NIR string.

public string Value { get; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.