Struct NirValue
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
valuestring
Properties
Value
Gets the normalized NIR string.
public string Value { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.